Title: [157635] trunk/Source/WebKit2
Revision
157635
Author
m...@apple.com
Date
2013-10-18 09:06:07 -0700 (Fri, 18 Oct 2013)

Log Message

Removed the __MAC_OS_X_VERSION_MIN_REQUIRED condition from the definition of WK_API_ENABLED.

Rubber-stamped by Anders Carlsson.

* Shared/API/Cocoa/WKFoundation.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (157634 => 157635)


--- trunk/Source/WebKit2/ChangeLog	2013-10-18 16:05:08 UTC (rev 157634)
+++ trunk/Source/WebKit2/ChangeLog	2013-10-18 16:06:07 UTC (rev 157635)
@@ -1,3 +1,11 @@
+2013-10-18  Dan Bernstein  <m...@apple.com>
+
+        Removed the __MAC_OS_X_VERSION_MIN_REQUIRED condition from the definition of WK_API_ENABLED.
+
+        Rubber-stamped by Anders Carlsson.
+
+        * Shared/API/Cocoa/WKFoundation.h:
+
 2013-10-17  Tim Horton  <timothy_hor...@apple.com>
 
         Remote Layer Tree: Proxy layer contents to the UI process

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


--- trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h	2013-10-18 16:05:08 UTC (rev 157634)
+++ trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h	2013-10-18 16:06:07 UTC (rev 157635)
@@ -28,5 +28,5 @@
 #if TARGET_OS_IPHONE
 #define WK_API_ENABLED 1
 #else
-#define WK_API_ENABLED (defined(__clang__) && defined(__APPLE__) && defined(__MAC_OS_X_VERSION_MIN_REQUIRED) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000 && !defined(__i386__))
+#define WK_API_ENABLED (defined(__clang__) && defined(__APPLE__) && !defined(__i386__))
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to