Fix for issue
authorhyun lee <hyunn.lee@samsung.com>
Fri, 2 Aug 2013 13:02:13 +0000 (22:02 +0900)
committerhyun lee <hyunn.lee@samsung.com>
Fri, 2 Aug 2013 13:02:13 +0000 (22:02 +0900)
Change-Id: Id4431c96eda4f5ab773841ffb1051f8b804f396b
Signed-off-by: hyun lee <hyunn.lee@samsung.com>
src/controls/FWebCtrl_WebImpl.cpp

index d1d4f5c..0b8d1aa 100755 (executable)
@@ -3591,9 +3591,9 @@ _WebImpl::RemoveEventListenerCallback(void) const
 
                evas_object_smart_callback_del(pWebNativeNode, "geolocation,permission,request", OnGeolocationPermissionRequested);
 
-               ewk_view_javascript_alert_callback_set(null, null, null);
-               ewk_view_javascript_prompt_callback_set(null, null, null);
-               ewk_view_javascript_confirm_callback_set(null, null, null);
+               ewk_view_javascript_alert_callback_set(pWebNativeNode, null, null);
+               ewk_view_javascript_prompt_callback_set(pWebNativeNode, null, null);
+               ewk_view_javascript_confirm_callback_set(pWebNativeNode, null, null);
 
                evas_object_smart_callback_del(pWebNativeNode, "policy,response,decide", OnWebDataReceived);