[Webkit-unassigned] [Bug 136529] Remove CSS_FILTERS flag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 4 05:59:08 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=136529





--- Comment #2 from Csaba Osztrogonác <ossy at webkit.org>  2014-09-04 05:59:13 PST ---
(From update of attachment 237621)
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"

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list