Bug 27228

Summary: Add NoncopyableCustomAllocated to Noncopyable.h
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Bug Depends on:    
Bug Blocks: 27232, 27248    
Attachments:
Description Flags
proposed patch darin: review+

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.