RESOLVED FIXED Bug 27248
Change JSCell's superclass to NoncopyableCustomAllocated
https://bugs.webkit.org/show_bug.cgi?id=27248
Summary Change JSCell's superclass to NoncopyableCustomAllocated
Zoltan Horvath
Reported 2009-07-14 02:32:39 PDT
JSCell class customizes operator new, since Noncopyable will be inherited from FastAllocBase, NoncopyableCustomAllocated has to be used.
Attachments
proposed patch (1.15 KB, patch)
2009-07-14 02:35 PDT, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-07-14 02:35:26 PDT
Created attachment 32702 [details] proposed patch
Brent Fulgham
Comment 2 2009-07-15 10:05:50 PDT
Landed in http://trac.webkit.org/changeset/45897. Note: Somehow the ChangeLog entry was lost (perhaps resolve-ChangeLogs isn't quite perfect yet!)
Note You need to log in before you can comment on or make changes to this bug.