Title: [200115] trunk/Source/_javascript_Core
- Revision
- 200115
- Author
- [email protected]
- Date
- 2016-04-26 17:47:45 -0700 (Tue, 26 Apr 2016)
Log Message
Gardening: speculative build fix.
Not reviewed.
* API/JSWrapperMap.mm:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/API/JSWrapperMap.mm (200114 => 200115)
--- trunk/Source/_javascript_Core/API/JSWrapperMap.mm 2016-04-27 00:30:18 UTC (rev 200114)
+++ trunk/Source/_javascript_Core/API/JSWrapperMap.mm 2016-04-27 00:47:45 UTC (rev 200115)
@@ -49,7 +49,8 @@
#endif
extern "C" uint32_t dyld_get_program_sdk_version();
-#if PLATFORM(IOS)
+#if PLATFORM(APPLETV)
+#elif PLATFORM(IOS)
static const uint32_t webkitFirstSDKVersionWithInitConstructorSupport = 0x80000; // iOS 8.0.0
#elif PLATFORM(MAC)
static const uint32_t webkitFirstSDKVersionWithInitConstructorSupport = 0xA0A00; // OSX 10.10.0
Modified: trunk/Source/_javascript_Core/ChangeLog (200114 => 200115)
--- trunk/Source/_javascript_Core/ChangeLog 2016-04-27 00:30:18 UTC (rev 200114)
+++ trunk/Source/_javascript_Core/ChangeLog 2016-04-27 00:47:45 UTC (rev 200115)
@@ -1,5 +1,13 @@
2016-04-26 Mark Lam <[email protected]>
+ Gardening: speculative build fix.
+
+ Not reviewed.
+
+ * API/JSWrapperMap.mm:
+
+2016-04-26 Mark Lam <[email protected]>
+
Update the compatibility version check for the ObjC API's InitConstructorSupport to use dyld_get_program_sdk_version().
https://bugs.webkit.org/show_bug.cgi?id=157048
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes