RESOLVED FIXED 26645
Allow custom memory allocation control for JavaScriptCore's ScopeChainNode class
https://bugs.webkit.org/show_bug.cgi?id=26645
Summary Allow custom memory allocation control for JavaScriptCore's ScopeChainNode class
Zoltan Horvath
Reported 2009-06-23 01:40:58 PDT
Inherits ScopeChainNode class from FastAllocBase (bug #20422), because it has been instantiated by 'new' in JavaScriptCore/runtime/ScopeChain.h:95.
Attachments
proposed patch (1.29 KB, patch)
2009-06-23 01:44 PDT, Zoltan Horvath
mjs: review+
Zoltan Horvath
Comment 1 2009-06-23 01:44:45 PDT
Created attachment 31711 [details] proposed patch
Maciej Stachowiak
Comment 2 2009-06-23 20:50:39 PDT
Comment on attachment 31711 [details] proposed patch r=me
Eric Seidel (no email)
Comment 3 2009-06-24 01:15:20 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M JavaScriptCore/ChangeLog M JavaScriptCore/runtime/ScopeChain.h Committed r45076 http://trac.webkit.org/changeset/45076
Note You need to log in before you can comment on or make changes to this bug.