Title: [242799] trunk/Tools
Revision
242799
Author
[email protected]
Date
2019-03-12 10:22:55 -0700 (Tue, 12 Mar 2019)

Log Message

Fix the build

* TestRunnerShared/spi/PencilKitTestSPI.h:
* TestWebKitAPI/ios/PencilKitTestSPI.h:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (242798 => 242799)


--- trunk/Tools/ChangeLog	2019-03-12 17:15:52 UTC (rev 242798)
+++ trunk/Tools/ChangeLog	2019-03-12 17:22:55 UTC (rev 242799)
@@ -1,3 +1,10 @@
+2019-03-12  Tim Horton  <[email protected]>
+
+        Fix the build
+
+        * TestRunnerShared/spi/PencilKitTestSPI.h:
+        * TestWebKitAPI/ios/PencilKitTestSPI.h:
+
 2019-03-12  Michael Catanzaro  <[email protected]>
 
         [WPE][GTK] Load events may occur in unexpected order when JS redirects page before subresource load finishes

Modified: trunk/Tools/TestRunnerShared/spi/PencilKitTestSPI.h (242798 => 242799)


--- trunk/Tools/TestRunnerShared/spi/PencilKitTestSPI.h	2019-03-12 17:15:52 UTC (rev 242798)
+++ trunk/Tools/TestRunnerShared/spi/PencilKitTestSPI.h	2019-03-12 17:22:55 UTC (rev 242799)
@@ -34,6 +34,7 @@
 #import <PencilKit/PencilKit.h>
 
 #import <PencilKit/PKDrawing_Private.h>
+#import <PencilKit/PKInk_Private.h>
 #import <PencilKit/PKStroke_Private.h>
 
 #else

Modified: trunk/Tools/TestWebKitAPI/ios/PencilKitTestSPI.h (242798 => 242799)


--- trunk/Tools/TestWebKitAPI/ios/PencilKitTestSPI.h	2019-03-12 17:15:52 UTC (rev 242798)
+++ trunk/Tools/TestWebKitAPI/ios/PencilKitTestSPI.h	2019-03-12 17:22:55 UTC (rev 242799)
@@ -34,6 +34,7 @@
 #import <PencilKit/PencilKit.h>
 
 #import <PencilKit/PKDrawing_Private.h>
+#import <PencilKit/PKInk_Private.h>
 #import <PencilKit/PKStroke_Private.h>
 
 #else
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to