Title: [154591] trunk/Source/WebKit2
Revision
154591
Author
[email protected]
Date
2013-08-26 01:04:40 -0700 (Mon, 26 Aug 2013)

Log Message

[GTK] Add missing initializer for pluginLoadPolicy in WKPageLoaderClient
https://bugs.webkit.org/show_bug.cgi?id=120289

Reviewed by Philippe Normand.

* UIProcess/API/gtk/WebKitLoaderClient.cpp:
(attachLoaderClientToView): Add initializer for pluginLoadPolicy
and rename the comment of the previous one as
pluginLoadPolicy_deprecatedForUseWithV2.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (154590 => 154591)


--- trunk/Source/WebKit2/ChangeLog	2013-08-26 07:53:10 UTC (rev 154590)
+++ trunk/Source/WebKit2/ChangeLog	2013-08-26 08:04:40 UTC (rev 154591)
@@ -1,5 +1,17 @@
 2013-08-26  Carlos Garcia Campos  <[email protected]>
 
+        [GTK] Add missing initializer for pluginLoadPolicy in WKPageLoaderClient
+        https://bugs.webkit.org/show_bug.cgi?id=120289
+
+        Reviewed by Philippe Normand.
+
+        * UIProcess/API/gtk/WebKitLoaderClient.cpp:
+        (attachLoaderClientToView): Add initializer for pluginLoadPolicy
+        and rename the comment of the previous one as
+        pluginLoadPolicy_deprecatedForUseWithV2.
+
+2013-08-26  Carlos Garcia Campos  <[email protected]>
+
         [GTK] webkitCredentialGetCredential returns a temporary in g_return_val_if_fail
         https://bugs.webkit.org/show_bug.cgi?id=120287
 

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitLoaderClient.cpp (154590 => 154591)


--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitLoaderClient.cpp	2013-08-26 07:53:10 UTC (rev 154590)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitLoaderClient.cpp	2013-08-26 08:04:40 UTC (rev 154591)
@@ -176,8 +176,9 @@
         0, // didReceiveIntentForFrame
         0, // registerIntentServiceForFrame
         0, // didLayout
+        0, // pluginLoadPolicy_deprecatedForUseWithV2
+        0, // pluginDidFail
         0, // pluginLoadPolicy
-        0, // pluginDidFail
     };
     WKPageRef wkPage = toAPI(webkitWebViewBaseGetPage(WEBKIT_WEB_VIEW_BASE(webView)));
     WKPageSetPageLoaderClient(wkPage, &wkLoaderClient);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to