| Index: Source/core/svg/SVGStringList.cpp
|
| diff --git a/Source/core/svg/SVGStringList.cpp b/Source/core/svg/SVGStringList.cpp
|
| index de8efa2a5e3394ac5df001f816852872d425de92..682eba53b7c0bf3ac47d9e4533a6d138fa7f7154 100644
|
| --- a/Source/core/svg/SVGStringList.cpp
|
| +++ b/Source/core/svg/SVGStringList.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGStringList.h"
|
|
|
| #include "core/svg/SVGElement.h"
|
| @@ -79,5 +78,3 @@ String SVGStringList::valueAsString() const
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|