WebKit Bugzilla
Attachment 347093 Details for
Bug 188563
: Add missing availability macro.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-188563-20180814105731.patch (text/plain), 1.42 KB, created by
Keith Miller
on 2018-08-14 10:57:33 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Keith Miller
Created:
2018-08-14 10:57:33 PDT
Size:
1.42 KB
patch
obsolete
>Subversion Revision: 234856 >diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog >index 7112d156486a698de856617305d9d934c791f94e..3de0cf73bc4221abe89597b1df199d18a3ff1d02 100644 >--- a/Source/JavaScriptCore/ChangeLog >+++ b/Source/JavaScriptCore/ChangeLog >@@ -1,3 +1,12 @@ >+2018-08-14 Keith Miller <keith_miller@apple.com> >+ >+ Add missing availability macro. >+ https://bugs.webkit.org/show_bug.cgi?id=188563 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * API/JSValueRef.h: >+ > 2018-08-14 Yusuke Suzuki <yusukesuzuki@slowstart.org> > > [JSC] GetByIdStatus::m_wasSeenInJIT is touched in GetByIdStatus::slowVersion >diff --git a/Source/JavaScriptCore/API/JSValueRef.h b/Source/JavaScriptCore/API/JSValueRef.h >index 12f2dcc044e6e8ae30ac2031d0b2da5b373adb3b..a427d98b558fec94c3dbedeca3e7b016a94f21b1 100644 >--- a/Source/JavaScriptCore/API/JSValueRef.h >+++ b/Source/JavaScriptCore/API/JSValueRef.h >@@ -276,7 +276,7 @@ JS_EXPORT JSValueRef JSValueMakeNumber(JSContextRef ctx, double number); > @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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
mark.lam
:
review+
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 188563
: 347093