| Index: Source/core/svg/SVGPolygonElement.cpp
|
| diff --git a/Source/core/svg/SVGPolygonElement.cpp b/Source/core/svg/SVGPolygonElement.cpp
|
| index 235a8b97528618c190e3fb540c707a9c16f2605d..888812627c24a5820fe6268d2dda5933596e7db4 100644
|
| --- a/Source/core/svg/SVGPolygonElement.cpp
|
| +++ b/Source/core/svg/SVGPolygonElement.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "SVGNames.h"
|
| #include "core/svg/SVGPolygonElement.h"
|
|
|
| @@ -39,5 +38,3 @@ PassRefPtr<SVGPolygonElement> SVGPolygonElement::create(const QualifiedName& tag
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|