From 66ee406de00aaf71871b1038d103e9b6b898d066 Mon Sep 17 00:00:00 2001 From: Seungkeun Lee Date: Tue, 16 Feb 2016 08:01:28 +0900 Subject: [PATCH] ewk_send_widget_info was deprecated - Replace with ewk_context_tizen_app_id_set --- runtime/browser/web_application.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runtime/browser/web_application.cc b/runtime/browser/web_application.cc index 9646676..3e65569 100755 --- a/runtime/browser/web_application.cc +++ b/runtime/browser/web_application.cc @@ -347,8 +347,7 @@ void WebApplication::Launch(std::unique_ptr appcontrol) { SetupWebView(view); // send widget info to injected bundle - ewk_send_widget_info(ewk_context_, appid_.c_str(), elm_config_scale_get(), - elm_theme_get(NULL), ""); + ewk_context_tizen_app_id_set(ewk_context_, appid_.c_str()); std::unique_ptr res = resource_manager_->GetStartResource(appcontrol.get()); -- 2.7.4