Bug 135439 - USE(CONTENT_FILTERING) should be ENABLE(CONTENT_FILTERING)
Summary: USE(CONTENT_FILTERING) should be ENABLE(CONTENT_FILTERING)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andy Estes
URL:
Keywords:
Depends on:
Blocks: 128858
  Show dependency treegraph
 
Reported: 2014-07-30 16:15 PDT by Andy Estes
Modified: 2014-07-30 18:13 PDT (History)
4 users (show)

See Also:


Attachments
Patch (45.34 KB, patch)
2014-07-30 16:21 PDT, Andy Estes
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>