| Index: Source/core/svg/SVGScriptElement.h
|
| diff --git a/Source/core/svg/SVGScriptElement.h b/Source/core/svg/SVGScriptElement.h
|
| index 6afd0120715ae5500a1bb27ba73935306f760de4..f19529cf92ef18b402214130474abbb337eea901 100644
|
| --- a/Source/core/svg/SVGScriptElement.h
|
| +++ b/Source/core/svg/SVGScriptElement.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef SVGScriptElement_h
|
| #define SVGScriptElement_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/dom/ScriptElement.h"
|
| #include "core/svg/SVGAnimatedBoolean.h"
|
| #include "core/svg/SVGAnimatedString.h"
|
| @@ -88,5 +87,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|