Title: [239794] branches/safari-607-branch/Source/_javascript_Core
Revision
239794
Author
[email protected]
Date
2019-01-09 16:40:11 -0800 (Wed, 09 Jan 2019)

Log Message

Apply patch. rdar://problem/47158817

Modified Paths


Diff

Modified: branches/safari-607-branch/Source/_javascript_Core/API/JSValueRef.h (239793 => 239794)


--- branches/safari-607-branch/Source/_javascript_Core/API/JSValueRef.h	2019-01-10 00:34:36 UTC (rev 239793)
+++ branches/safari-607-branch/Source/_javascript_Core/API/JSValueRef.h	2019-01-10 00:40:11 UTC (rev 239794)
@@ -51,7 +51,7 @@
     kJSTypeNumber,
     kJSTypeString,
     kJSTypeObject,
-    kJSTypeSymbol JSC_API_AVAILABLE(macosx(JSC_MAC_TBA), ios(JSC_IOS_TBA))
+    kJSTypeSymbol JSC_API_AVAILABLE(macosx(10.14.4), ios(12.3))
 } JSType;
 
 /*!

Modified: branches/safari-607-branch/Source/_javascript_Core/ChangeLog (239793 => 239794)


--- branches/safari-607-branch/Source/_javascript_Core/ChangeLog	2019-01-10 00:34:36 UTC (rev 239793)
+++ branches/safari-607-branch/Source/_javascript_Core/ChangeLog	2019-01-10 00:40:11 UTC (rev 239794)
@@ -1,3 +1,13 @@
+2019-01-09  Alan Coon  <[email protected]>
+
+        Apply patch. rdar://problem/47158817
+
+    2019-01-09  Keith Miller  <[email protected]>
+
+            Mark kJSTypeSymbol as available in mid year update of the OS.
+
+            * API/JSValueRef.h:
+
 2019-01-04  Tadeu Zagallo  <[email protected]>
 
         Baseline version of get_by_id may corrupt metadata
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to