From 6696cf3a3b02fbfd8c20c868e6727bc5e18f25b4 Mon Sep 17 00:00:00 2001 From: Hyunseok Yang Date: Mon, 5 Aug 2013 11:56:33 +0900 Subject: [PATCH] add OnUserEventReceivedN(requestId, pArgs); Change-Id: I0cc78fb2b372d5e6738b23ac6dc092354e105031 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 0b8d1aa..46bf5a8 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