diff options
Diffstat (limited to 'WebCore/svg/SVGFEFuncBElement.cpp')
-rw-r--r-- | WebCore/svg/SVGFEFuncBElement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFEFuncBElement.cpp b/WebCore/svg/SVGFEFuncBElement.cpp index de6cb88..190b23a 100644 --- a/WebCore/svg/SVGFEFuncBElement.cpp +++ b/WebCore/svg/SVGFEFuncBElement.cpp @@ -22,7 +22,7 @@ #include "config.h" -#if ENABLE(SVG) && ENABLE(SVG_FILTERS) +#if ENABLE(SVG) && ENABLE(FILTERS) #include "SVGFEFuncBElement.h" namespace WebCore { |