Bug 142515

Summary: [Content Filtering] Give ContentFilter subclasses private constructors, and make them fast-allocated and non-copyable
Product: WebKit Reporter: Andy Estes <aestes>
Component: New BugsAssignee: Andy Estes <aestes>
Status: RESOLVED FIXED    
Severity: Normal CC: kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 128858    
Attachments:
Description Flags
Patch kling: review+

Description Andy Estes 2015-03-09 17:09:01 PDT
[Content Filtering] Give ContentFilter subclasses private constructors, and make them fast-allocated and non-copyable
Comment 1 Andy Estes 2015-03-09 17:10:53 PDT
Created attachment 248292 [details]
Patch
Comment 2 Andreas Kling 2015-03-09 18:37:11 PDT
Comment on attachment 248292 [details]
Patch

r=me
Comment 3 Andy Estes 2015-03-09 18:39:17 PDT
Committed r181302: <http://trac.webkit.org/changeset/181302>