From 57d637ee6a3462a4ce4d6646510adc599fe7a576 Mon Sep 17 00:00:00 2001 From: Hyunseok Yang Date: Mon, 24 Jun 2013 22:38:42 +0900 Subject: [PATCH] fixed TC fail Change-Id: If5ae5f548a5a46f0e2758a7747f9c91fbe4f82c2 Signed-off-by: Hyunseok Yang --- src/controls/FWebCtrl_WebImpl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controls/FWebCtrl_WebImpl.cpp b/src/controls/FWebCtrl_WebImpl.cpp index 205dc35..61b55c1 100755 --- a/src/controls/FWebCtrl_WebImpl.cpp +++ b/src/controls/FWebCtrl_WebImpl.cpp @@ -4891,6 +4891,8 @@ _WebImpl::OnAncestorVisibleStateChanged(const _Control& control) void _WebImpl::OnUserEventReceivedN(RequestId requestId, Tizen::Base::Collection::IList* pArgs) { + _ContainerImpl::OnUserEventReceivedN(requestId, pArgs); + switch (requestId) { case ID_CERTIFICATE_CONFIRM_POPUP_CLOSE: -- 2.7.4