| Index: Source/core/svg/SVGPathByteStreamBuilder.cpp
|
| diff --git a/Source/core/svg/SVGPathByteStreamBuilder.cpp b/Source/core/svg/SVGPathByteStreamBuilder.cpp
|
| index e587a4a336ebd09b344ab2dfac586c2e4064b031..0eedbe2f6e07a77a25b48bc2738e822340e5f19d 100644
|
| --- a/Source/core/svg/SVGPathByteStreamBuilder.cpp
|
| +++ b/Source/core/svg/SVGPathByteStreamBuilder.cpp
|
| @@ -19,7 +19,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGPathByteStreamBuilder.h"
|
|
|
| #include "core/svg/SVGPathParser.h"
|
| @@ -113,5 +112,3 @@ void SVGPathByteStreamBuilder::closePath()
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|