| Index: Source/core/svg/SVGPathSegListBuilder.cpp
|
| diff --git a/Source/core/svg/SVGPathSegListBuilder.cpp b/Source/core/svg/SVGPathSegListBuilder.cpp
|
| index 2b43d821fa7a4d2d3236e4f6ad592066eca6dfe4..bb86a92f25d3ede08931d0e8adeeeed79713d54c 100644
|
| --- a/Source/core/svg/SVGPathSegListBuilder.cpp
|
| +++ b/Source/core/svg/SVGPathSegListBuilder.cpp
|
| @@ -23,7 +23,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGPathSegListBuilder.h"
|
|
|
| #include "core/dom/ExceptionCode.h"
|
| @@ -147,5 +146,3 @@ void SVGPathSegListBuilder::closePath()
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|