RESOLVED FIXED Bug 27228
Add NoncopyableCustomAllocated to Noncopyable.h
https://bugs.webkit.org/show_bug.cgi?id=27228
Summary Add NoncopyableCustomAllocated to Noncopyable.h
Zoltan Horvath
Reported 2009-07-13 12:11:06 PDT
Some classes which inherited from Noncopyable overrides operator new, since Noncopyable'll be inherited from FastAllocBase we need to add this special class to Noncopyable.h (based on Darin's https://bugs.webkit.org/show_bug.cgi?id=27029#c0 comment).
Attachments
proposed patch (1.94 KB, patch)
2009-07-13 12:17 PDT, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-07-13 12:17:17 PDT
Created attachment 32670 [details] proposed patch
Brent Fulgham
Comment 2 2009-07-14 17:05:45 PDT
Note You need to log in before you can comment on or make changes to this bug.