| Index: Source/core/svg/SVGLineElement.cpp
|
| diff --git a/Source/core/svg/SVGLineElement.cpp b/Source/core/svg/SVGLineElement.cpp
|
| index a0132c1b2ec1533d56520d336233fefa974afe52..737f460d371d0cbd7e4c991bcde3f7ad1f399e13 100644
|
| --- a/Source/core/svg/SVGLineElement.cpp
|
| +++ b/Source/core/svg/SVGLineElement.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGLineElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -152,5 +151,3 @@ bool SVGLineElement::selfHasRelativeLengths() const
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|