Merge "Fixed [S1-8217] BS occurs after selecting download linked filed in facebook...
authorJongseok Yang <js45.yang@samsung.com>
Fri, 7 Sep 2012 11:46:33 +0000 (20:46 +0900)
committerGerrit Code Review <gerrit2@localhost>
Fri, 7 Sep 2012 11:46:33 +0000 (20:46 +0900)
Source/WebKit2/UIProcess/API/efl/ewk_context.cpp

index 1b286b5..070ee58 100755 (executable)
@@ -79,6 +79,8 @@ struct _Ewk_Context {
 #endif
         this->messageFromInjectedBundle.callback = 0;
         this->messageFromInjectedBundle.userData = 0;
+        this->didStartDownload.callback = 0;
+        this->didStartDownload.userData = 0;
     }
 };