From: Hyunseok Yang Date: Mon, 5 Aug 2013 02:56:33 +0000 (+0900) Subject: add OnUserEventReceivedN(requestId, pArgs); X-Git-Tag: submit/tizen_2.2/20131107.062229~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6696cf3a3b02fbfd8c20c868e6727bc5e18f25b4;p=framework%2Fosp%2Fweb.git add OnUserEventReceivedN(requestId, pArgs); Change-Id: I0cc78fb2b372d5e6738b23ac6dc092354e105031 Signed-off-by: Hyunseok Yang --- 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: