WebKit Bugzilla
Attachment 342837 Details for
Bug 186687
: Annotate shrinkFootprintWhenIdle with NS_AVAILABLE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
a-backup.diff (text/plain), 1.10 KB, created by
Saam Barati
on 2018-06-15 12:58:32 PDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Saam Barati
Created:
2018-06-15 12:58:32 PDT
Size:
1.10 KB
patch
obsolete
>Index: Source/JavaScriptCore/ChangeLog >=================================================================== >--- Source/JavaScriptCore/ChangeLog (revision 232889) >+++ Source/JavaScriptCore/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2018-06-15 Saam Barati <sbarati@apple.com> >+ >+ Annotate shrinkFootprintWhenIdle with NS_AVAILABLE >+ https://bugs.webkit.org/show_bug.cgi?id=186687 >+ <rdar://problem/40071332> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * API/JSVirtualMachinePrivate.h: >+ > 2018-06-15 Michael Catanzaro <mcatanzaro@igalia.com> > > Unreviewed, rolling out r232816. >Index: Source/JavaScriptCore/API/JSVirtualMachinePrivate.h >=================================================================== >--- Source/JavaScriptCore/API/JSVirtualMachinePrivate.h (revision 232866) >+++ Source/JavaScriptCore/API/JSVirtualMachinePrivate.h (working copy) >@@ -42,7 +42,7 @@ > API may not synchronously free memory. > */ > >-- (void)shrinkFootprintWhenIdle; // FIXME: Annotate this with NS_AVAILABLE: <rdar://problem/40071332>. >+- (void)shrinkFootprintWhenIdle NS_AVAILABLE(10_14, 12_0); > > @end >
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
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 186687
: 342837