| Index: Source/core/svg/SVGPathSegList.cpp
|
| diff --git a/Source/core/svg/SVGPathSegList.cpp b/Source/core/svg/SVGPathSegList.cpp
|
| index cf62b32e09ea0433eb510afbd232c685e0ad7681..e10e1fa9236691e1655b2916c7387aa4a0b7173a 100644
|
| --- a/Source/core/svg/SVGPathSegList.cpp
|
| +++ b/Source/core/svg/SVGPathSegList.cpp
|
| @@ -22,7 +22,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGPathSegList.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -46,5 +45,3 @@ void SVGPathSegList::commitChange(SVGElement* contextElement, ListModification l
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|