Bug 135439

Summary: USE(CONTENT_FILTERING) should be ENABLE(CONTENT_FILTERING)
Product: WebKit Reporter: Andy Estes <aestes>
Component: New BugsAssignee: Andy Estes <aestes>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue, japhet
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 128858    
Attachments:
Description Flags
Patch thorton: review+

Description Andy Estes 2014-07-30 16:15:19 PDT
USE(CONTENT_FILTERING) should be ENABLE(CONTENT_FILTERING)
Comment 1 Andy Estes 2014-07-30 16:18:04 PDT
We now support two different platform content filters, and will soon support a mock content filter (as part of webkit.org/b/128858). This makes content filtering a feature of WebKit, not just an adoption of a third-party library. ENABLE() is the correct macro to use for such a feature.
Comment 2 Andy Estes 2014-07-30 16:21:09 PDT
Created attachment 235779 [details]
Patch
Comment 3 Andy Estes 2014-07-30 18:13:56 PDT
Committed r171826: <http://trac.webkit.org/changeset/171826>