| Index: Source/core/svg/SVGTextPositioningElement.cpp
|
| diff --git a/Source/core/svg/SVGTextPositioningElement.cpp b/Source/core/svg/SVGTextPositioningElement.cpp
|
| index 94b57a0a5b73ff6318924e4f24969feeb0ded7bf..a8f76227b88ea5b721cacdf4107155d9e4fd361d 100644
|
| --- a/Source/core/svg/SVGTextPositioningElement.cpp
|
| +++ b/Source/core/svg/SVGTextPositioningElement.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGTextPositioningElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -174,5 +173,3 @@ SVGTextPositioningElement* SVGTextPositioningElement::elementFromRenderer(Render
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|