From: Janusz Majnert Date: Mon, 3 Aug 2015 07:31:29 +0000 (+0200) Subject: Remove ewk_context_favicon_database_directory_set internal API call X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fpublic_api;p=profile%2Ftv%2Fapps%2Fweb%2Fbrowser.git Remove ewk_context_favicon_database_directory_set internal API call [Issue#] https://bugs.tizen.org/jira/browse/TT-70 [Problem] ewk_context_favicon_database_directory_set needs to be removed [Cause] Internal API shouldn't be used in this project [Solution] Remove the call to this function [Verify] Perform basic sanity check. Change-Id: I67bd61e1c92704c43d833f2f9a1ecc862d03130a --- diff --git a/services/WebKitEngineService/WebView.cpp b/services/WebKitEngineService/WebView.cpp index 16daf9b..cb1b268 100644 --- a/services/WebKitEngineService/WebView.cpp +++ b/services/WebKitEngineService/WebView.cpp @@ -99,7 +99,6 @@ void WebView::init(Evas_Object * opener) if (context) { ewk_context_cache_model_set(context, EWK_CACHE_MODEL_PRIMARY_WEBBROWSER); - ewk_context_favicon_database_directory_set(context, (webkit_path + std::string("/favicon")).c_str()); } }