Skip to content

Commit f317f7f

Browse files
committed
Add missing availability macro.
https://bugs.webkit.org/show_bug.cgi?id=188563 Reviewed by Mark Lam. * API/JSValueRef.h: Canonical link: https://commits.webkit.org/203653@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@234858 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent a6aa0c8 commit f317f7f

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Source/JavaScriptCore/API/JSValueRef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ JS_EXPORT JSValueRef JSValueMakeNumber(JSContextRef ctx, double number);
276276
@param description A description of the newly created symbol value.
277277
@result A unique JSValue of the symbol type, whose description matches the one provided.
278278
*/
279-
JS_EXPORT JSValueRef JSValueMakeSymbol(JSContextRef ctx, JSStringRef description);
279+
JS_EXPORT JSValueRef JSValueMakeSymbol(JSContextRef ctx, JSStringRef description) JSC_API_AVAILABLE(macosx(JSC_MAC_TBA), ios(JSC_IOS_TBA));
280280

281281
/*!
282282
@function

Source/JavaScriptCore/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2018-08-14 Keith Miller <keith_miller@apple.com>
2+
3+
Add missing availability macro.
4+
https://bugs.webkit.org/show_bug.cgi?id=188563
5+
6+
Reviewed by Mark Lam.
7+
8+
* API/JSValueRef.h:
9+
110
2018-08-14 Yusuke Suzuki <yusukesuzuki@slowstart.org>
211

312
[JSC] GetByIdStatus::m_wasSeenInJIT is touched in GetByIdStatus::slowVersion

0 commit comments

Comments
 (0)