Bug 33583

Summary: [Qt] Allow custom memory allocation control for FontPlatformDataPrivate class
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
Patch oliver: review+

Description Zoltan Horvath 2010-01-13 02:20:12 PST
Created attachment 46440 [details]
Patch

Inherits the following class from Noncopyable because it is
        instantiated by 'new' and no need to be copyable:

        class name                    - instantiated at: WebCore/'location'
        class FontPlatformDataPrivate - platform/graphics/qt/FontPlatformData.h:70
Comment 1 Oliver Hunt 2010-01-13 22:52:54 PST
Comment on attachment 46440 [details]
Patch

r=me
Comment 2 Zoltan Horvath 2010-01-14 00:35:53 PST
Committed r52294: <http://trac.webkit.org/changeset/53245>
Comment 3 Zoltan Horvath 2010-01-14 00:36:34 PST
Correction: comitted r53245