| Index: Source/core/svg/SVGScriptElement.cpp
|
| diff --git a/Source/core/svg/SVGScriptElement.cpp b/Source/core/svg/SVGScriptElement.cpp
|
| index 29b65c774d016de8d0db18804386de2df0b99225..622f70df60c1c25a02a174eae4c7b40ee3055587 100644
|
| --- a/Source/core/svg/SVGScriptElement.cpp
|
| +++ b/Source/core/svg/SVGScriptElement.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGScriptElement.h"
|
|
|
| #include "HTMLNames.h"
|
| @@ -213,5 +212,3 @@ PassRefPtr<Element> SVGScriptElement::cloneElementWithoutAttributesAndChildren()
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|