Bug 27228 - Add NoncopyableCustomAllocated to Noncopyable.h
Summary: Add NoncopyableCustomAllocated to Noncopyable.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 27232 27248
  Show dependency treegraph
 
Reported: 2009-07-13 12:11 PDT by Zoltan Horvath
Modified: 2009-07-14 17:05 PDT (History)
2 users (show)

See Also:


Attachments
proposed patch (1.94 KB, patch)
2009-07-13 12:17 PDT, Zoltan Horvath
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Horvath 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).
Comment 1 Zoltan Horvath 2009-07-13 12:17:17 PDT
Created attachment 32670 [details]
proposed patch
Comment 2 Brent Fulgham 2009-07-14 17:05:45 PDT
Landed in https://trac.webkit.org/changeset/45883.