Title: [230727] trunk/Source/WebKitLegacy/win
Revision
230727
Author
cdu...@apple.com
Date
2018-04-17 13:15:39 -0700 (Tue, 17 Apr 2018)

Log Message

Unreviewed attempt to fix the Windows build after r230721

* WebCoreSupport/WebFrameLoaderClient.cpp:
(WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction):

Modified Paths

Diff

Modified: trunk/Source/WebKitLegacy/win/ChangeLog (230726 => 230727)


--- trunk/Source/WebKitLegacy/win/ChangeLog	2018-04-17 19:56:33 UTC (rev 230726)
+++ trunk/Source/WebKitLegacy/win/ChangeLog	2018-04-17 20:15:39 UTC (rev 230727)
@@ -1,5 +1,12 @@
 2018-04-17  Chris Dumez  <cdu...@apple.com>
 
+        Unreviewed attempt to fix the Windows build after r230721
+
+        * WebCoreSupport/WebFrameLoaderClient.cpp:
+        (WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction):
+
+2018-04-17  Chris Dumez  <cdu...@apple.com>
+
         REGRESSION (r229831): CMD-clicking an iCloud web app link unexpectedly opens that link in a new tab and the current tab
         https://bugs.webkit.org/show_bug.cgi?id=184678
         <rdar://problem/39422122>

Modified: trunk/Source/WebKitLegacy/win/WebCoreSupport/WebFrameLoaderClient.cpp (230726 => 230727)


--- trunk/Source/WebKitLegacy/win/WebCoreSupport/WebFrameLoaderClient.cpp	2018-04-17 19:56:33 UTC (rev 230726)
+++ trunk/Source/WebKitLegacy/win/WebCoreSupport/WebFrameLoaderClient.cpp	2018-04-17 20:15:39 UTC (rev 230727)
@@ -565,7 +565,7 @@
     m_policyListenerPrivate->m_policyFunction(PolicyAction::Use);
 }
 
-void WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction(const NavigationAction& action, const ResourceRequest& request, bool, FormState* formState, WebCore::PolicyDecisionMode, WebCore::PolicyDecisionMode, FramePolicyFunction&& function)
+void WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction(const NavigationAction& action, const ResourceRequest& request, bool, FormState* formState, WebCore::PolicyDecisionMode, FramePolicyFunction&& function)
 {
     WebView* webView = m_webFrame->webView();
     Frame* coreFrame = core(m_webFrame);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to