diff options
Diffstat (limited to 'WebCore/svg/SVGFESpotLightElement.h')
-rw-r--r-- | WebCore/svg/SVGFESpotLightElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFESpotLightElement.h b/WebCore/svg/SVGFESpotLightElement.h index 2989b14..629e51a 100644 --- a/WebCore/svg/SVGFESpotLightElement.h +++ b/WebCore/svg/SVGFESpotLightElement.h @@ -20,7 +20,7 @@ #ifndef SVGFESpotLightElement_h #define SVGFESpotLightElement_h -#if ENABLE(SVG) && ENABLE(SVG_FILTERS) +#if ENABLE(SVG) && ENABLE(FILTERS) #include "SVGFELightElement.h" namespace WebCore |