CSS_FILTERS flag is enabled on all ports.
Created attachment 237621 [details] Patch
Comment on attachment 237621 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=237621&action=review > Source/WebCore/WebCore.exp.in:-3021 > -#if ENABLE(CSS_FILTERS) > __ZN7WebCore16FilterOperationsaSERKS0_ > -#endif We should move it to the unconditional list. > Source/WebCore/bindings/js/JSCSSValueCustom.cpp:-44 > -#if ENABLE(CSS_FILTERS) > #include "JSWebKitCSSFilterValue.h" > #include "WebKitCSSFilterValue.h" > -#endif alphabetical order > Source/WebCore/bindings/objc/DOMCSS.mm:-57 > -#if ENABLE(CSS_FILTERS) > #import "DOMWebKitCSSFilterValue.h" > -#endif ditto > Source/WebCore/css/CSSFilterImageValue.cpp:-31 > - > -#if ENABLE(CSS_FILTERS) > - We need an empty line after #include "CSSFilterImageValue.h"
Created attachment 237622 [details] Patch
discussion about it on webkit-dev without any objection: https://lists.webkit.org/pipermail/webkit-dev/2014-May/026553.html We could remove FILTERS too in the near future. Are you going to prepare a patch for it too?
Comment on attachment 237622 [details] Patch r=me
Comment on attachment 237622 [details] Patch Clearing flags on attachment: 237622 Committed r173268: <http://trac.webkit.org/changeset/173268>
All reviewed patches have been landed. Closing bug.
(In reply to comment #4) > discussion about it on webkit-dev without any objection: > https://lists.webkit.org/pipermail/webkit-dev/2014-May/026553.html > > We could remove FILTERS too in the near future. > Are you going to prepare a patch for it too? Yes, I'm working on it already.