Really set URLRequestContextGetter inside CookieManager.
authorWojciech Wiśniewski <w.wisniewski@samsung.com>
Mon, 19 Jan 2015 16:44:35 +0000 (17:44 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit0e642ac30016fc95bfb2c55b91efce2d6ccf163b
treefed7ec8c4dd7619949bdb96c921d952d035e0a9a
parentab2256d32e0e557fe6642ff9e62779fc6d7f40bf
Really set URLRequestContextGetter inside CookieManager.

CookieManager has member pointer into URLRequestContextGetter (request_context_getter_),
but because of the way objects of these classes were created, this pointer was never
properly initialized (it was always set to NULL). This patch makes it initialize properly.
Reviewed by: Daniel Waślicki, Janusz Majnert, Kamil Klimek, Piotr Tworek, SeungSeop Park

Change-Id: I1b55be86288b82d34bc34edc1970c84c0a60af15
Signed-off-by: Wojciech Wiśniewski <w.wisniewski@samsung.com>
tizen_src/impl/API/ewk_cookie_manager_private.h
tizen_src/impl/cookie_manager.cc
tizen_src/impl/cookie_manager.h
tizen_src/impl/eweb_context.cc
tizen_src/impl/url_request_context_getter_efl.cc