WebKit Bugzilla
Attachment 360695 Details for
Bug 194082
: [JSC] Symbol should be in destructibleCellSpace
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194082-20190130233728.patch (text/plain), 1.28 KB, created by
Yusuke Suzuki
on 2019-01-30 23:37:29 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Yusuke Suzuki
Created:
2019-01-30 23:37:29 PST
Size:
1.28 KB
patch
obsolete
>Subversion Revision: 240765 >diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog >index 32f536acb0d2390cf532d69ce4fd40680321d1ca..e2586939b901282ace58a57d2dcb2592358ec411 100644 >--- a/Source/JavaScriptCore/ChangeLog >+++ b/Source/JavaScriptCore/ChangeLog >@@ -1,3 +1,12 @@ >+2019-01-30 Yusuke Suzuki <ysuzuki@apple.com> >+ >+ [JSC] Symbol should be in destructibleCellSpace >+ https://bugs.webkit.org/show_bug.cgi?id=194082 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * runtime/Symbol.h: >+ > 2019-01-30 Michael Catanzaro <mcatanzaro@igalia.com> > > Unreviewed, rolling out r240755. >diff --git a/Source/JavaScriptCore/runtime/Symbol.h b/Source/JavaScriptCore/runtime/Symbol.h >index 71023e61abf00d44edcc851ba92264369710ecc6..52c91621f5ba2dac6526d5a538639d4a26480d70 100644 >--- a/Source/JavaScriptCore/runtime/Symbol.h >+++ b/Source/JavaScriptCore/runtime/Symbol.h >@@ -36,12 +36,6 @@ class Symbol final : public JSCell { > typedef JSCell Base; > static const unsigned StructureFlags = Base::StructureFlags | StructureIsImmortal | OverridesToThis; > >- template<typename> >- static CompleteSubspace* subspaceFor(VM& vm) >- { >- return &vm.cellJSValueOOBSpace; >- } >- > DECLARE_EXPORT_INFO; > > static const bool needsDestruction = true;
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 194082
:
360694
|
360695
|
360696