From: Youngcheol Kang Date: Thu, 2 Feb 2017 01:17:27 +0000 (+0900) Subject: fixup! Refactor call of terminator X-Git-Tag: submit/tizen_3.0/20170202.012915^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c332d2771236dd6c0b31483d35b3efea1346af9c;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git fixup! Refactor call of terminator This patch fixes the following build problem in original patch. error: watch_app_exit was not declared in this scope watch_app_exit(); Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2906 Change-Id: Iaa9028fe0851a0fd8f93d29d779e92a1ef7a56e2 Signed-off-by: Youngcheol Kang --- diff --git a/runtime/browser/web_application.cc b/runtime/browser/web_application.cc index 085af1e2c..f6efe8022 100755 --- a/runtime/browser/web_application.cc +++ b/runtime/browser/web_application.cc @@ -17,6 +17,7 @@ #include "runtime/browser/web_application.h" #include +#include #include #include #include diff --git a/runtime/runtime.gyp b/runtime/runtime.gyp index 4348b5f04..3f5ea2e45 100755 --- a/runtime/runtime.gyp +++ b/runtime/runtime.gyp @@ -52,6 +52,7 @@ ], 'variables': { 'packages': [ + 'appcore-watch', 'capi-appfw-application', 'capi-ui-efl-util', 'chromium-efl',