Title: [239114] trunk/Source/WebKit
Revision
239114
Author
[email protected]
Date
2018-12-12 10:37:16 -0800 (Wed, 12 Dec 2018)

Log Message

Unreviewed attempt to fix GTK build after r239104.

* UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::performDragControllerAction):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (239113 => 239114)


--- trunk/Source/WebKit/ChangeLog	2018-12-12 18:25:48 UTC (rev 239113)
+++ trunk/Source/WebKit/ChangeLog	2018-12-12 18:37:16 UTC (rev 239114)
@@ -1,5 +1,12 @@
 2018-12-12  Chris Dumez  <[email protected]>
 
+        Unreviewed attempt to fix GTK build after r239104.
+
+        * UIProcess/WebPageProxy.cpp:
+        (WebKit::WebPageProxy::performDragControllerAction):
+
+2018-12-12  Chris Dumez  <[email protected]>
+
         Unreviewed attempt to fix build with older SDKs after r239110.
 
         * Platform/cocoa/WKCrashReporter.mm:

Modified: trunk/Source/WebKit/UIProcess/WebPageProxy.cpp (239113 => 239114)


--- trunk/Source/WebKit/UIProcess/WebPageProxy.cpp	2018-12-12 18:25:48 UTC (rev 239113)
+++ trunk/Source/WebKit/UIProcess/WebPageProxy.cpp	2018-12-12 18:37:16 UTC (rev 239114)
@@ -2014,7 +2014,7 @@
 
     String url = ""
     if (!url.isEmpty())
-        m_process->assumeReadAccessToBaseURL(url);
+        m_process->assumeReadAccessToBaseURL(*this, url);
 
     ASSERT(dragData.platformData());
     WebSelectionData selection(*dragData.platformData());
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to