Title: [246870] trunk/Source/WebKit
Revision
246870
Author
[email protected]
Date
2019-06-26 21:47:24 -0700 (Wed, 26 Jun 2019)

Log Message

testRunner.setAlwaysAcceptCookies should wait for cookie accept policy to be set
https://bugs.webkit.org/show_bug.cgi?id=199230
<rdar://problem/52217933>

Unreviewed build fix for WinCairo WK2 since r246856.

* PlatformWin.cmake: Added WKMessageListener.h to WebKit_PUBLIC_FRAMEWORK_HEADERS.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (246869 => 246870)


--- trunk/Source/WebKit/ChangeLog	2019-06-27 04:13:15 UTC (rev 246869)
+++ trunk/Source/WebKit/ChangeLog	2019-06-27 04:47:24 UTC (rev 246870)
@@ -1,3 +1,13 @@
+2019-06-26  Fujii Hironori  <[email protected]>
+
+        testRunner.setAlwaysAcceptCookies should wait for cookie accept policy to be set
+        https://bugs.webkit.org/show_bug.cgi?id=199230
+        <rdar://problem/52217933>
+
+        Unreviewed build fix for WinCairo WK2 since r246856.
+
+        * PlatformWin.cmake: Added WKMessageListener.h to WebKit_PUBLIC_FRAMEWORK_HEADERS.
+
 2019-06-26  Dean Jackson  <[email protected]>
 
         Add type to UIImage symbol mapping for _WKElementAction

Modified: trunk/Source/WebKit/PlatformWin.cmake (246869 => 246870)


--- trunk/Source/WebKit/PlatformWin.cmake	2019-06-27 04:13:15 UTC (rev 246869)
+++ trunk/Source/WebKit/PlatformWin.cmake	2019-06-27 04:47:24 UTC (rev 246870)
@@ -266,6 +266,7 @@
     UIProcess/API/C/WKIconDatabase.h
     UIProcess/API/C/WKInspector.h
     UIProcess/API/C/WKLayoutMode.h
+    UIProcess/API/C/WKMessageListener.h
     UIProcess/API/C/WKMockDisplay.h
     UIProcess/API/C/WKMockMediaDevice.h
     UIProcess/API/C/WKNativeEvent.h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to