Title: [168724] trunk/Source/WebKit2
Revision
168724
Author
[email protected]
Date
2014-05-13 12:32:26 -0700 (Tue, 13 May 2014)

Log Message

Another follow-up build fix.

* Shared/API/Cocoa/WKFoundation.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (168723 => 168724)


--- trunk/Source/WebKit2/ChangeLog	2014-05-13 19:32:18 UTC (rev 168723)
+++ trunk/Source/WebKit2/ChangeLog	2014-05-13 19:32:26 UTC (rev 168724)
@@ -6,6 +6,12 @@
 
 2014-05-13  Anders Carlsson  <[email protected]>
 
+        Another follow-up build fix.
+
+        * Shared/API/Cocoa/WKFoundation.h:
+
+2014-05-13  Anders Carlsson  <[email protected]>
+
         Follow-up fix.
 
         * UIProcess/API/Cocoa/WKNavigationAction.mm:

Modified: trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h (168723 => 168724)


--- trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h	2014-05-13 19:32:18 UTC (rev 168723)
+++ trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h	2014-05-13 19:32:26 UTC (rev 168724)
@@ -45,11 +45,14 @@
 #define WK_ENUM_AVAILABLE(_mac, _ios)
 
 #if defined(__MAC_OS_X_VERSION_MIN_REQUIRED) && __MAC_OS_X_VERSION_MIN_REQUIRED <= 1090
+
+#ifdef __OBJC__
 #import <Foundation/Foundation.h>
-
 typedef NSUInteger NSEventModifierFlags;
 #endif
 
 #endif
 
+#endif
+
 #define WK_DESIGNATED_INITIALIZER
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to