From 2fb5df24a173cb3128311632f892fd9f4c7432c7 Mon Sep 17 00:00:00 2001 From: Janusz Majnert Date: Mon, 3 Aug 2015 09:31:29 +0200 Subject: [PATCH] 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 --- services/WebKitEngineService/WebView.cpp | 1 - 1 file changed, 1 deletion(-) 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()); } } -- 2.34.1