| Index: Source/core/svg/SVGPolyElement.cpp
|
| diff --git a/Source/core/svg/SVGPolyElement.cpp b/Source/core/svg/SVGPolyElement.cpp
|
| index 998406953f5430eaa8cae70e386d375b182a2665..47fdc33281ba8f896440d39cda7eae86f200c013 100644
|
| --- a/Source/core/svg/SVGPolyElement.cpp
|
| +++ b/Source/core/svg/SVGPolyElement.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGPolyElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -167,5 +166,3 @@ SVGListPropertyTearOff<SVGPointList>* SVGPolyElement::animatedPoints()
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|