| Index: Source/core/svg/SVGSVGElement.cpp
|
| diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp
|
| index dd8d482a5990c4d1aa630bb94982368bdba57403..b6ff4b6a55748d00dc3828f2e5789f8adfe1f937 100644
|
| --- a/Source/core/svg/SVGSVGElement.cpp
|
| +++ b/Source/core/svg/SVGSVGElement.cpp
|
| @@ -21,7 +21,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGSVGElement.h"
|
|
|
| #include "HTMLNames.h"
|
| @@ -782,5 +781,3 @@ Element* SVGSVGElement::getElementById(const AtomicString& id) const
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|