Bug 26645

Summary: Allow custom memory allocation control for JavaScriptCore's ScopeChainNode class
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mjs
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
proposed patch mjs: review+

Description Zoltan Horvath 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.
Comment 1 Zoltan Horvath 2009-06-23 01:44:45 PDT
Created attachment 31711 [details]
proposed patch
Comment 2 Maciej Stachowiak 2009-06-23 20:50:39 PDT
Comment on attachment 31711 [details]
proposed patch

r=me
Comment 3 Eric Seidel (no email) 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