RESOLVED FIXED 135439
USE(CONTENT_FILTERING) should be ENABLE(CONTENT_FILTERING)
https://bugs.webkit.org/show_bug.cgi?id=135439
Summary USE(CONTENT_FILTERING) should be ENABLE(CONTENT_FILTERING)
Andy Estes
Reported 2014-07-30 16:15:19 PDT
USE(CONTENT_FILTERING) should be ENABLE(CONTENT_FILTERING)
Attachments
Patch (45.34 KB, patch)
2014-07-30 16:21 PDT, Andy Estes
thorton: review+
Andy Estes
Comment 1 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.
Andy Estes
Comment 2 2014-07-30 16:21:09 PDT
Andy Estes
Comment 3 2014-07-30 18:13:56 PDT
Note You need to log in before you can comment on or make changes to this bug.