Title: [238656] trunk/Source/WebCore
- Revision
- 238656
- Author
- [email protected]
- Date
- 2018-11-28 18:25:16 -0800 (Wed, 28 Nov 2018)
Log Message
Attempt to fix the iOS build by only including RevealSPI.h when it's needed.
* editing/cocoa/DictionaryLookup.mm:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (238655 => 238656)
--- trunk/Source/WebCore/ChangeLog 2018-11-29 02:19:54 UTC (rev 238655)
+++ trunk/Source/WebCore/ChangeLog 2018-11-29 02:25:16 UTC (rev 238656)
@@ -1,3 +1,9 @@
+2018-11-28 Simon Fraser <[email protected]>
+
+ Attempt to fix the iOS build by only including RevealSPI.h when it's needed.
+
+ * editing/cocoa/DictionaryLookup.mm:
+
2018-11-28 Alex Christensen <[email protected]>
Modernize BlobRegistry::writeBlobsToTemporaryFiles
Modified: trunk/Source/WebCore/editing/cocoa/DictionaryLookup.mm (238655 => 238656)
--- trunk/Source/WebCore/editing/cocoa/DictionaryLookup.mm 2018-11-29 02:19:54 UTC (rev 238655)
+++ trunk/Source/WebCore/editing/cocoa/DictionaryLookup.mm 2018-11-29 02:25:16 UTC (rev 238656)
@@ -44,12 +44,12 @@
#import "VisibleSelection.h"
#import "VisibleUnits.h"
#import <PDFKit/PDFKit.h>
-#import <pal/spi/cocoa/RevealSPI.h>
#import <pal/spi/mac/LookupSPI.h>
#import <wtf/BlockObjCExceptions.h>
#import <wtf/RefPtr.h>
#if ENABLE(REVEAL)
+#import <pal/spi/cocoa/RevealSPI.h>
#if PLATFORM(MAC)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes