Title: [234858] trunk/Source/_javascript_Core
Revision
234858
Author
[email protected]
Date
2018-08-14 10:59:32 -0700 (Tue, 14 Aug 2018)

Log Message

Add missing availability macro.
https://bugs.webkit.org/show_bug.cgi?id=188563

Reviewed by Mark Lam.

* API/JSValueRef.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/API/JSValueRef.h (234857 => 234858)


--- trunk/Source/_javascript_Core/API/JSValueRef.h	2018-08-14 17:56:27 UTC (rev 234857)
+++ trunk/Source/_javascript_Core/API/JSValueRef.h	2018-08-14 17:59:32 UTC (rev 234858)
@@ -276,7 +276,7 @@
 @param description   A description of the newly created symbol value.
 @result              A unique JSValue of the symbol type, whose description matches the one provided.
 */
-JS_EXPORT JSValueRef JSValueMakeSymbol(JSContextRef ctx, JSStringRef description);
+JS_EXPORT JSValueRef JSValueMakeSymbol(JSContextRef ctx, JSStringRef description) JSC_API_AVAILABLE(macosx(JSC_MAC_TBA), ios(JSC_IOS_TBA));
 
 /*!
 @function

Modified: trunk/Source/_javascript_Core/ChangeLog (234857 => 234858)


--- trunk/Source/_javascript_Core/ChangeLog	2018-08-14 17:56:27 UTC (rev 234857)
+++ trunk/Source/_javascript_Core/ChangeLog	2018-08-14 17:59:32 UTC (rev 234858)
@@ -1,3 +1,12 @@
+2018-08-14  Keith Miller  <[email protected]>
+
+        Add missing availability macro.
+        https://bugs.webkit.org/show_bug.cgi?id=188563
+
+        Reviewed by Mark Lam.
+
+        * API/JSValueRef.h:
+
 2018-08-14  Yusuke Suzuki  <[email protected]>
 
         [JSC] GetByIdStatus::m_wasSeenInJIT is touched in GetByIdStatus::slowVersion
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to