From c332d2771236dd6c0b31483d35b3efea1346af9c Mon Sep 17 00:00:00 2001 From: Youngcheol Kang Date: Thu, 2 Feb 2017 10:17:27 +0900 Subject: [PATCH] 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 --- runtime/browser/web_application.cc | 1 + runtime/runtime.gyp | 1 + 2 files changed, 2 insertions(+) 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', -- 2.34.1