| Index: Source/core/svg/SVGViewSpec.cpp
|
| diff --git a/Source/core/svg/SVGViewSpec.cpp b/Source/core/svg/SVGViewSpec.cpp
|
| index 4afaba3e09be16f79bbdd6d66842ad5396763d41..4cc415417b10e77917fc9c6daf54f584d496e595 100644
|
| --- a/Source/core/svg/SVGViewSpec.cpp
|
| +++ b/Source/core/svg/SVGViewSpec.cpp
|
| @@ -19,7 +19,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGViewSpec.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -295,5 +294,3 @@ bool SVGViewSpec::parseViewSpec(const String& viewSpec)
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|