RESOLVED FIXED 27340
Allow custom memory allocation control in JavaScriptCore's JSClassRef.h
https://bugs.webkit.org/show_bug.cgi?id=27340
Summary Allow custom memory allocation control in JavaScriptCore's JSClassRef.h
Zoltan Horvath
Reported 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.
Attachments
proposed patch (1.69 KB, patch)
2009-07-16 02:41 PDT, Zoltan Horvath
oliver: review+
Zoltan Horvath
Comment 1 2009-07-16 02:41:52 PDT
Created attachment 32848 [details] proposed patch
Simon Hausmann
Comment 2 2009-07-20 03:04:23 PDT
Landed in r46120
Note You need to log in before you can comment on or make changes to this bug.