Summary: | We should only append ParserArenaDeletable pointers to ParserArena::m_deletableObjects. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Mark Lam <mark.lam> | ||||
Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | fpizlo, jfbastien, keith_miller, msaboff, rmorisset, saam, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Mark Lam
2018-01-26 12:16:16 PST
Created attachment 332401 [details]
proposed patch.
Comment on attachment 332401 [details] proposed patch. View in context: https://bugs.webkit.org/attachment.cgi?id=332401&action=review r=me > Source/JavaScriptCore/parser/Nodes.h:1698 > + // ScopeNode is never instantiate. The life-cycle of its derived classes are Change this to ScopeNode is never *directly instantiated*. Thanks for the review. Landed in r227692: <http://trac.webkit.org/r227692>. |