Title: [197985] trunk/Source/_javascript_Core
Revision
197985
Author
[email protected]
Date
2016-03-10 19:52:15 -0800 (Thu, 10 Mar 2016)

Log Message

Unreviewed, build fix for r197983, hopefully.

* API/WebKitAvailability.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/API/WebKitAvailability.h (197984 => 197985)


--- trunk/Source/_javascript_Core/API/WebKitAvailability.h	2016-03-11 02:58:47 UTC (rev 197984)
+++ trunk/Source/_javascript_Core/API/WebKitAvailability.h	2016-03-11 03:52:15 UTC (rev 197985)
@@ -46,6 +46,10 @@
 #define __NSi_10_11 introduced=10.0 // Use 10.0 to indicate that everything is available.
 #endif
 
+#ifndef __NSi_10_12 // Building from trunk rather than SDK.
+#define __NSi_10_12 introduced=10.0 // Use 10.0 to indicate that everything is available.
+#endif
+
 #ifndef __AVAILABILITY_INTERNAL__MAC_10_9
 #define __AVAILABILITY_INTERNAL__MAC_10_9
 #endif

Modified: trunk/Source/_javascript_Core/ChangeLog (197984 => 197985)


--- trunk/Source/_javascript_Core/ChangeLog	2016-03-11 02:58:47 UTC (rev 197984)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-03-11 03:52:15 UTC (rev 197985)
@@ -1,5 +1,11 @@
 2016-03-10  Keith Miller  <[email protected]>
 
+        Unreviewed, build fix for r197983, hopefully.
+
+        * API/WebKitAvailability.h:
+
+2016-03-10  Keith Miller  <[email protected]>
+
         Typed Arrays have no public facing API
         https://bugs.webkit.org/show_bug.cgi?id=120112
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to