add OnUserEventReceivedN(requestId, pArgs);
authorHyunseok Yang <hs0219.yang@samsung.com>
Mon, 5 Aug 2013 02:56:33 +0000 (11:56 +0900)
committerHyunseok Yang <hs0219.yang@samsung.com>
Mon, 5 Aug 2013 02:56:33 +0000 (11:56 +0900)
Change-Id: I0cc78fb2b372d5e6738b23ac6dc092354e105031
Signed-off-by: Hyunseok Yang <hs0219.yang@samsung.com>
src/controls/FWebCtrl_WebImpl.cpp

index 0b8d1aa..46bf5a8 100755 (executable)
@@ -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: