Bug 27340

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

Description Zoltan Horvath 2009-07-16 02:40:02 PDT
Inherit StaticValueEntry and StaticFunctionEntry struct from FastAllocBase because these have been instantiated by 'new' in JavaScriptCore/API/JSClassRef.cpp:153 and in JavaScriptCore/API/JSClassRef.cpp:166.
Comment 1 Zoltan Horvath 2009-07-16 02:41:52 PDT
Created attachment 32848 [details]
proposed patch
Comment 2 Simon Hausmann 2009-07-20 03:04:23 PDT
Landed in r46120