Title: [239912] trunk/Source/WebKit
Revision
239912
Author
m...@apple.com
Date
2019-01-13 16:34:10 -0800 (Sun, 13 Jan 2019)

Log Message

Fixed iOS builds after r239910.

* Platform/spi/ios/PDFKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (239911 => 239912)


--- trunk/Source/WebKit/ChangeLog	2019-01-14 00:07:35 UTC (rev 239911)
+++ trunk/Source/WebKit/ChangeLog	2019-01-14 00:34:10 UTC (rev 239912)
@@ -1,5 +1,11 @@
 2019-01-13  Dan Bernstein  <m...@apple.com>
 
+        Fixed iOS builds after r239910.
+
+        * Platform/spi/ios/PDFKitSPI.h:
+
+2019-01-13  Dan Bernstein  <m...@apple.com>
+
         Tried to fix the build.
 
         * Platform/spi/ios/PDFKitSPI.h:

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


--- trunk/Source/WebKit/Platform/spi/ios/PDFKitSPI.h	2019-01-14 00:07:35 UTC (rev 239911)
+++ trunk/Source/WebKit/Platform/spi/ios/PDFKitSPI.h	2019-01-14 00:34:10 UTC (rev 239912)
@@ -25,7 +25,7 @@
 
 #if USE(APPLE_INTERNAL_SDK)
 
-#import <Quartz/QuartzPriv.h>
+#import <PDFKit/PDFHostViewController.h>
 
 #else
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to