| Index: Source/core/svg/SVGParserUtilities.cpp
|
| diff --git a/Source/core/svg/SVGParserUtilities.cpp b/Source/core/svg/SVGParserUtilities.cpp
|
| index 0450067ba8c2243905521c409aa98b24dc41318f..c728ca7a7bb3dcb0dba1e6a7ad44ccc496ae8d77 100644
|
| --- a/Source/core/svg/SVGParserUtilities.cpp
|
| +++ b/Source/core/svg/SVGParserUtilities.cpp
|
| @@ -22,7 +22,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGParserUtilities.h"
|
|
|
| #include "core/dom/Document.h"
|
| @@ -482,5 +481,3 @@ template bool parseFloatPoint3(const LChar*& current, const LChar* end, FloatPoi
|
| template bool parseFloatPoint3(const UChar*& current, const UChar* end, FloatPoint& point1, FloatPoint& point2, FloatPoint& point3);
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|