Title: [237161] trunk/Source/WebKit
Revision
237161
Author
achristen...@apple.com
Date
2018-10-15 17:38:30 -0700 (Mon, 15 Oct 2018)

Log Message

Fix WinCairo build after r237146

* UIProcess/win/WebInspectorProxyWin.cpp:
(WebKit::WebInspectorProxy::platformCreateFrontendPage):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (237160 => 237161)


--- trunk/Source/WebKit/ChangeLog	2018-10-16 00:34:02 UTC (rev 237160)
+++ trunk/Source/WebKit/ChangeLog	2018-10-16 00:38:30 UTC (rev 237161)
@@ -1,3 +1,10 @@
+2018-10-15  Alex Christensen  <achristen...@webkit.org>
+
+        Fix WinCairo build after r237146
+
+        * UIProcess/win/WebInspectorProxyWin.cpp:
+        (WebKit::WebInspectorProxy::platformCreateFrontendPage):
+
 2018-10-15  Chris Dumez  <cdu...@apple.com>
 
         REGRESSION (r236512): [ Mac WK2 ] Layout Test editing/undo/undo-smart-delete-word.html is flaky

Modified: trunk/Source/WebKit/UIProcess/win/WebInspectorProxyWin.cpp (237160 => 237161)


--- trunk/Source/WebKit/UIProcess/win/WebInspectorProxyWin.cpp	2018-10-16 00:34:02 UTC (rev 237160)
+++ trunk/Source/WebKit/UIProcess/win/WebInspectorProxyWin.cpp	2018-10-16 00:38:30 UTC (rev 237161)
@@ -199,7 +199,7 @@
 #endif
     preferences->setAllowFileAccessFromFileURLs(true);
     preferences->setJavaScriptRuntimeFlags({ });
-    RefPtr<WebPageGroup> pageGroup = WebPageGroup::create(inspectorPageGroupIdentifierForPage(inspectedPage()), false, false);
+    RefPtr<WebPageGroup> pageGroup = WebPageGroup::create(inspectorPageGroupIdentifierForPage(inspectedPage()));
     auto pageConfiguration = API::PageConfiguration::create();
     pageConfiguration->setProcessPool(&inspectorProcessPool(inspectionLevel()));
     pageConfiguration->setPreferences(preferences.get());
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to