Title: [176044] trunk/Source/WebCore
Revision
176044
Author
[email protected]
Date
2014-11-12 15:24:55 -0800 (Wed, 12 Nov 2014)

Log Message

Fix the iOS build.

* platform/spi/mac/DataDetectorsSPI.h:
It's likely that more of this file should be compiled out on iOS,
but this is all we need to build.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (176043 => 176044)


--- trunk/Source/WebCore/ChangeLog	2014-11-12 23:22:36 UTC (rev 176043)
+++ trunk/Source/WebCore/ChangeLog	2014-11-12 23:24:55 UTC (rev 176044)
@@ -1,3 +1,11 @@
+2014-11-12  Timothy Horton  <[email protected]>
+
+        Fix the iOS build.
+
+        * platform/spi/mac/DataDetectorsSPI.h:
+        It's likely that more of this file should be compiled out on iOS,
+        but this is all we need to build.
+
 2014-11-12  Beth Dakin  <[email protected]>
 
         WK1: Support default actions for images

Modified: trunk/Source/WebCore/platform/spi/mac/DataDetectorsSPI.h (176043 => 176044)


--- trunk/Source/WebCore/platform/spi/mac/DataDetectorsSPI.h	2014-11-12 23:22:36 UTC (rev 176043)
+++ trunk/Source/WebCore/platform/spi/mac/DataDetectorsSPI.h	2014-11-12 23:24:55 UTC (rev 176044)
@@ -69,7 +69,9 @@
 @property (copy) void (^completionHandler)(void);
 @property (assign) BOOL forActionMenuContent;
 
+#if PLATFORM(MAC)
 - (DDActionContext *)contextForView:(NSView *)view altMode:(BOOL)altMode interactionStartedHandler:(void (^)(void))interactionStartedHandler interactionChangedHandler:(void (^)(void))interactionChangedHandler interactionStoppedHandler:(void (^)(void))interactionStoppedHandler;
+#endif
 
 @end
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to