| Index: Source/core/svg/SVGSwitchElement.cpp
|
| diff --git a/Source/core/svg/SVGSwitchElement.cpp b/Source/core/svg/SVGSwitchElement.cpp
|
| index 77c96af17ae07f9bb9150116c94f751304de3f1a..7e665221a60722e4ebfa2d94f9bd04b166a30b70 100644
|
| --- a/Source/core/svg/SVGSwitchElement.cpp
|
| +++ b/Source/core/svg/SVGSwitchElement.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGSwitchElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -75,5 +74,3 @@ RenderObject* SVGSwitchElement::createRenderer(RenderArena* arena, RenderStyle*)
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|