Title: [157953] trunk/Source/WebKit2
Revision
157953
Author
[email protected]
Date
2013-10-24 13:55:15 -0700 (Thu, 24 Oct 2013)

Log Message

Tried to fix the Mountain Lion build.

* Shared/API/Cocoa/WKFoundation.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (157952 => 157953)


--- trunk/Source/WebKit2/ChangeLog	2013-10-24 20:46:50 UTC (rev 157952)
+++ trunk/Source/WebKit2/ChangeLog	2013-10-24 20:55:15 UTC (rev 157953)
@@ -1,5 +1,11 @@
 2013-10-24  Dan Bernstein  <[email protected]>
 
+        Tried to fix the Mountain Lion build.
+
+        * Shared/API/Cocoa/WKFoundation.h:
+
+2013-10-24  Dan Bernstein  <[email protected]>
+
         [Cocoa] Add -[WKBrowsingContextController goToBackForwardItem:]
         https://bugs.webkit.org/show_bug.cgi?id=123289
 

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


--- trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h	2013-10-24 20:46:50 UTC (rev 157952)
+++ trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h	2013-10-24 20:55:15 UTC (rev 157953)
@@ -31,6 +31,6 @@
 #define WK_API_CLASS NS_CLASS_AVAILABLE_IOS(7_0)
 #else
 #define WK_API_ENABLED (defined(__clang__) && defined(__APPLE__) && !defined(__i386__))
-#define WK_API_CLASS NS_CLASS_AVAILABLE_MAC(10_9)
+#define WK_API_CLASS OBJC_VISIBLE
 #endif
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to