Title: [176914] trunk/Source/WebKit2
Revision
176914
Author
[email protected]
Date
2014-12-06 13:43:22 -0800 (Sat, 06 Dec 2014)

Log Message

Only include TUCallSPI on Mac.

* Platform/mac/MenuUtilities.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (176913 => 176914)


--- trunk/Source/WebKit2/ChangeLog	2014-12-06 21:27:34 UTC (rev 176913)
+++ trunk/Source/WebKit2/ChangeLog	2014-12-06 21:43:22 UTC (rev 176914)
@@ -1,3 +1,9 @@
+2014-12-06  Anders Carlsson  <[email protected]>
+
+        Only include TUCallSPI on Mac.
+
+        * Platform/mac/MenuUtilities.mm:
+
 2014-12-06  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r176905.

Modified: trunk/Source/WebKit2/Platform/mac/MenuUtilities.mm (176913 => 176914)


--- trunk/Source/WebKit2/Platform/mac/MenuUtilities.mm	2014-12-06 21:27:34 UTC (rev 176913)
+++ trunk/Source/WebKit2/Platform/mac/MenuUtilities.mm	2014-12-06 21:43:22 UTC (rev 176914)
@@ -29,10 +29,12 @@
 #import "StringUtilities.h"
 #import <WebCore/LocalizedStrings.h>
 #import <WebCore/SoftLinking.h>
-#import <WebCore/TUCallSPI.h>
 #import <objc/runtime.h>
 
 #if ENABLE(TELEPHONE_NUMBER_DETECTION) && PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
+
+#import <WebCore/TUCallSPI.h>
+
 SOFT_LINK_PRIVATE_FRAMEWORK(DataDetectors)
 SOFT_LINK_CLASS(DataDetectors, DDAction)
 SOFT_LINK_CLASS(DataDetectors, DDActionsManager)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to