| Index: Source/core/svg/SVGPathElement.cpp
|
| diff --git a/Source/core/svg/SVGPathElement.cpp b/Source/core/svg/SVGPathElement.cpp
|
| index cab8508343cd162dd9aa2ac8fb1eb18e264ef618..6e4f814e5856c52d1332420984a312af6f8ce24e 100644
|
| --- a/Source/core/svg/SVGPathElement.cpp
|
| +++ b/Source/core/svg/SVGPathElement.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGPathElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -412,5 +411,3 @@ RenderObject* SVGPathElement::createRenderer(RenderArena* arena, RenderStyle*)
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|