localized_page has been modified not to use the localized path like current_page. 93/99093/1 accepted/tizen/3.0/common/20161122.195224 accepted/tizen/3.0/ivi/20161122.124312 accepted/tizen/3.0/mobile/20161122.124243 accepted/tizen/3.0/tv/20161122.124259 accepted/tizen/3.0/wearable/20161122.124309 accepted/tizen/common/20161122.192721 accepted/tizen/ivi/20161122.235630 accepted/tizen/mobile/20161122.235526 accepted/tizen/tv/20161122.235546 accepted/tizen/wearable/20161122.235609 submit/tizen/20161122.020806 submit/tizen_3.0/20161122.020037
authorjaekuk, lee <juku1999@samsung.com>
Tue, 22 Nov 2016 01:50:19 +0000 (10:50 +0900)
committerjaekuk, lee <juku1999@samsung.com>
Tue, 22 Nov 2016 01:50:19 +0000 (10:50 +0900)
Change-Id: I4c966b5e8660ad5b6d898cd40e0feccaecc24a43
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
runtime/browser/web_application.cc [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 4de717f..b496d53
@@ -450,8 +450,8 @@ void WebApplication::AppControl(
 
   if (!do_reset) {
     std::string current_page = view_stack_.front()->GetUrl();
-    std::string localized_page =
-        resource_manager_->GetLocalizedPath(res->uri());
+    std::string localized_page = res->uri();
+
     if (current_page != localized_page) {
       do_reset = true;
     } else {