Title: [239910] trunk/Source
Revision
239910
Author
[email protected]
Date
2019-01-13 15:19:14 -0800 (Sun, 13 Jan 2019)

Log Message

Tried to fix the build.

Source/WebCore:

* editing/cocoa/DictionaryLookup.mm:

Source/WebKit:

* Platform/spi/ios/PDFKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (239909 => 239910)


--- trunk/Source/WebCore/ChangeLog	2019-01-13 23:13:46 UTC (rev 239909)
+++ trunk/Source/WebCore/ChangeLog	2019-01-13 23:19:14 UTC (rev 239910)
@@ -1,5 +1,11 @@
 2019-01-13  Dan Bernstein  <[email protected]>
 
+        Tried to fix the build.
+
+        * editing/cocoa/DictionaryLookup.mm:
+
+2019-01-13  Dan Bernstein  <[email protected]>
+
         Tried to fix USE(APPLE_INTERNAL_SDK) builds after r239901.
 
         Patch by Keith Rollin.

Modified: trunk/Source/WebCore/editing/cocoa/DictionaryLookup.mm (239909 => 239910)


--- trunk/Source/WebCore/editing/cocoa/DictionaryLookup.mm	2019-01-13 23:13:46 UTC (rev 239909)
+++ trunk/Source/WebCore/editing/cocoa/DictionaryLookup.mm	2019-01-13 23:19:14 UTC (rev 239910)
@@ -52,7 +52,7 @@
 
 #if !PLATFORM(WATCH)
 
-#import <PDFKit/PDFKit.h>
+#import <Quartz/Quartz.h>
 
 #endif // !PLATFORM(WATCH)
 

Modified: trunk/Source/WebKit/ChangeLog (239909 => 239910)


--- trunk/Source/WebKit/ChangeLog	2019-01-13 23:13:46 UTC (rev 239909)
+++ trunk/Source/WebKit/ChangeLog	2019-01-13 23:19:14 UTC (rev 239910)
@@ -1,5 +1,11 @@
 2019-01-13  Dan Bernstein  <[email protected]>
 
+        Tried to fix the build.
+
+        * Platform/spi/ios/PDFKitSPI.h:
+
+2019-01-13  Dan Bernstein  <[email protected]>
+
         Tried to fix USE(APPLE_INTERNAL_SDK) builds after r239901.
 
         Patch by Keith Rollin.

Modified: trunk/Source/WebKit/Platform/spi/ios/PDFKitSPI.h (239909 => 239910)


--- trunk/Source/WebKit/Platform/spi/ios/PDFKitSPI.h	2019-01-13 23:13:46 UTC (rev 239909)
+++ trunk/Source/WebKit/Platform/spi/ios/PDFKitSPI.h	2019-01-13 23:19:14 UTC (rev 239910)
@@ -25,7 +25,7 @@
 
 #if USE(APPLE_INTERNAL_SDK)
 
-#import <PDFKit/PDFHostViewController.h>
+#import <Quartz/QuartzPriv.h>
 
 #else
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to