Title: [150624] trunk/Source/WebKit2
Revision
150624
Author
[email protected]
Date
2013-05-23 22:14:54 -0700 (Thu, 23 May 2013)

Log Message

[WK2][EFL][QT] Build break after r150610
https://bugs.webkit.org/show_bug.cgi?id=116699

Patch by Ryuan Choi <[email protected]> on 2013-05-23
Reviewed by Csaba Osztrogonác.

* UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::findPlugin): Initialized pluginProcessSandboxPolicy.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (150623 => 150624)


--- trunk/Source/WebKit2/ChangeLog	2013-05-24 02:59:14 UTC (rev 150623)
+++ trunk/Source/WebKit2/ChangeLog	2013-05-24 05:14:54 UTC (rev 150624)
@@ -1,3 +1,13 @@
+2013-05-23  Ryuan Choi  <[email protected]>
+
+        [WK2][EFL][QT] Build break after r150610
+        https://bugs.webkit.org/show_bug.cgi?id=116699
+
+        Reviewed by Csaba Osztrogonác.
+
+        * UIProcess/WebPageProxy.cpp:
+        (WebKit::WebPageProxy::findPlugin): Initialized pluginProcessSandboxPolicy.
+
 2013-05-23  Anders Carlsson  <[email protected]>
 
         Shim Flash plug-in to allow its updater to run

Modified: trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp (150623 => 150624)


--- trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp	2013-05-24 02:59:14 UTC (rev 150623)
+++ trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp	2013-05-24 05:14:54 UTC (rev 150624)
@@ -1422,7 +1422,7 @@
     UNUSED_PARAM(pageURLString);
 #endif
 
-    PluginProcessSandboxPolicy pluginProcessSandboxPolicy;
+    PluginProcessSandboxPolicy pluginProcessSandboxPolicy = PluginProcessSandboxPolicyNormal;
     switch (pluginLoadPolicy) {
     case PluginModuleLoadNormally:
         pluginProcessSandboxPolicy = PluginProcessSandboxPolicyNormal;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to