Remove ewk_context_favicon_database_directory_set internal API call 61/45161/2 public_api
authorJanusz Majnert <j.majnert@samsung.com>
Mon, 3 Aug 2015 07:31:29 +0000 (09:31 +0200)
committerJanusz Majnert <j.majnert@samsung.com>
Mon, 3 Aug 2015 07:37:08 +0000 (09:37 +0200)
[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

index 16daf9b..cb1b268 100644 (file)
@@ -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());
         }
     }