| Index: Source/core/svg/SVGDefsElement.h
|
| diff --git a/Source/core/svg/SVGDefsElement.h b/Source/core/svg/SVGDefsElement.h
|
| index e42c55b79b4b9dfa26d2386f00dbd747a0f49ea2..8b316c6a2bf8f8db86b5cd8441ad0b5b2d20a751 100644
|
| --- a/Source/core/svg/SVGDefsElement.h
|
| +++ b/Source/core/svg/SVGDefsElement.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef SVGDefsElement_h
|
| #define SVGDefsElement_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGAnimatedBoolean.h"
|
| #include "core/svg/SVGExternalResourcesRequired.h"
|
| #include "core/svg/SVGLangSpace.h"
|
| @@ -56,5 +55,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|