| Index: Source/core/svg/SVGFESpecularLightingElement.h
|
| diff --git a/Source/core/svg/SVGFESpecularLightingElement.h b/Source/core/svg/SVGFESpecularLightingElement.h
|
| index d3914f687ca0028f38f34adcbaf73bc3de046f60..c7f37499f06e079d2365e0c137b35eee4428c685 100644
|
| --- a/Source/core/svg/SVGFESpecularLightingElement.h
|
| +++ b/Source/core/svg/SVGFESpecularLightingElement.h
|
| @@ -22,7 +22,6 @@
|
| #ifndef SVGFESpecularLightingElement_h
|
| #define SVGFESpecularLightingElement_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/platform/graphics/filters/FESpecularLighting.h"
|
| #include "core/svg/SVGAnimatedNumber.h"
|
| #include "core/svg/SVGFELightElement.h"
|
| @@ -59,5 +58,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|