| Index: Source/core/svg/SVGPathByteStreamSource.cpp
|
| diff --git a/Source/core/svg/SVGPathByteStreamSource.cpp b/Source/core/svg/SVGPathByteStreamSource.cpp
|
| index a5580082adcf87e026cd29ab72232a03677ac1c6..613ef855670b77722cd0f935cc0174a94026fcf8 100644
|
| --- a/Source/core/svg/SVGPathByteStreamSource.cpp
|
| +++ b/Source/core/svg/SVGPathByteStreamSource.cpp
|
| @@ -19,7 +19,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGPathByteStreamSource.h"
|
|
|
| namespace WebCore {
|
| @@ -111,5 +110,3 @@ bool SVGPathByteStreamSource::parseArcToSegment(float& rx, float& ry, float& ang
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|