Title: [235370] trunk/Tools
Revision
235370
Author
achristen...@apple.com
Date
2018-08-27 09:25:10 -0700 (Mon, 27 Aug 2018)

Log Message

Fix iOS build.

* TestWebKitAPI/PlatformWebView.h:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (235369 => 235370)


--- trunk/Tools/ChangeLog	2018-08-27 16:18:11 UTC (rev 235369)
+++ trunk/Tools/ChangeLog	2018-08-27 16:25:10 UTC (rev 235370)
@@ -1,5 +1,11 @@
 2018-08-27  Alex Christensen  <achristen...@webkit.org>
 
+        Fix iOS build.
+
+        * TestWebKitAPI/PlatformWebView.h:
+
+2018-08-27  Alex Christensen  <achristen...@webkit.org>
+
         Translate 4 tests using WKPageLoaderClient to ObjC
         https://bugs.webkit.org/show_bug.cgi?id=188827
 

Modified: trunk/Tools/TestWebKitAPI/PlatformWebView.h (235369 => 235370)


--- trunk/Tools/TestWebKitAPI/PlatformWebView.h	2018-08-27 16:18:11 UTC (rev 235369)
+++ trunk/Tools/TestWebKitAPI/PlatformWebView.h	2018-08-27 16:25:10 UTC (rev 235370)
@@ -58,6 +58,7 @@
 typedef WKViewRef PlatformWKView;
 typedef HWND PlatformWindow;
 #endif
+typedef uint32_t WKEventModifiers;
 
 namespace TestWebKitAPI {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to