RESOLVED FIXED 23144
ScopeChain::push/pop look suspiciously unsafe
https://bugs.webkit.org/show_bug.cgi?id=23144
Summary ScopeChain::push/pop look suspiciously unsafe
Oliver Hunt
Reported 2009-01-06 12:18:28 PST
Title says it all -- m_node is refed on construct, and deref'd in the destructor,m but push/pop don't appear to propagate this ref
Attachments
Oliver Hunt
Comment 1 2011-05-01 19:49:34 PDT
scopechainnode is now gc allocated so no manual ref/deref
Note You need to log in before you can comment on or make changes to this bug.