Title: [175398] trunk/Source/WebKit2
Revision
175398
Author
[email protected]
Date
2014-10-30 16:57:59 -0700 (Thu, 30 Oct 2014)

Log Message

Workaround for <rdar://problem/18830639>

Unreviewed.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (175397 => 175398)


--- trunk/Source/WebKit2/ChangeLog	2014-10-30 23:53:41 UTC (rev 175397)
+++ trunk/Source/WebKit2/ChangeLog	2014-10-30 23:57:59 UTC (rev 175398)
@@ -1,5 +1,13 @@
 2014-10-30  Dana Burkart  <[email protected]>
 
+        Workaround for <rdar://problem/18830639>
+
+        Unreviewed.
+
+        * Shared/API/Cocoa/WKFoundation.h:
+
+2014-10-30  Dana Burkart  <[email protected]>
+
         <rdar://problem/18821260> Prepare for the mysterious future
 
         Reviewed by Lucas Forschler.

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


--- trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h	2014-10-30 23:53:41 UTC (rev 175397)
+++ trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h	2014-10-30 23:57:59 UTC (rev 175398)
@@ -34,6 +34,10 @@
 #endif
 #endif
 
+#ifndef __NSi_10_11
+#define __NSi_10_11 introduced=10.11
+#endif
+
 #ifdef __cplusplus
 #define WK_EXTERN extern "C" __attribute__((visibility ("default")))
 #else
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to