Title: [184058] trunk/Source/WebKit2
Revision
184058
Author
[email protected]
Date
2015-05-10 15:49:57 -0700 (Sun, 10 May 2015)

Log Message

iOS internal build fix.

* Platform/mac/MenuUtilities.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (184057 => 184058)


--- trunk/Source/WebKit2/ChangeLog	2015-05-10 22:15:08 UTC (rev 184057)
+++ trunk/Source/WebKit2/ChangeLog	2015-05-10 22:49:57 UTC (rev 184058)
@@ -1,3 +1,9 @@
+2015-05-10  Dan Bernstein  <[email protected]>
+
+        iOS internal build fix.
+
+        * Platform/mac/MenuUtilities.mm:
+
 2015-05-10  Sungmann Cho  <[email protected]>
 
         Remove unnecessary semicolons.

Modified: trunk/Source/WebKit2/Platform/mac/MenuUtilities.mm (184057 => 184058)


--- trunk/Source/WebKit2/Platform/mac/MenuUtilities.mm	2015-05-10 22:15:08 UTC (rev 184057)
+++ trunk/Source/WebKit2/Platform/mac/MenuUtilities.mm	2015-05-10 22:49:57 UTC (rev 184058)
@@ -26,18 +26,20 @@
 #import "config.h"
 #import "MenuUtilities.h"
 
+#if PLATFORM(MAC)
+
 #import "StringUtilities.h"
 #import <WebCore/DataDetectorsSPI.h>
 #import <WebCore/LocalizedStrings.h>
 #import <objc/runtime.h>
 
-#if ENABLE(TELEPHONE_NUMBER_DETECTION) && PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
+#if ENABLE(TELEPHONE_NUMBER_DETECTION) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
 #import <WebCore/TUCallSPI.h>
 #endif
 
 namespace WebKit {
 
-#if ENABLE(TELEPHONE_NUMBER_DETECTION) && PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
+#if ENABLE(TELEPHONE_NUMBER_DETECTION) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
 
 NSString *menuItemTitleForTelephoneNumberGroup()
 {
@@ -108,3 +110,5 @@
 #endif
 
 } // namespace WebKit
+
+#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to