| Index: Source/core/svg/SVGDocument.cpp
|
| diff --git a/Source/core/svg/SVGDocument.cpp b/Source/core/svg/SVGDocument.cpp
|
| index c9f91e2d403a42ef2978f11df6144f68969407c2..17e522b461143d47b3f7ad7d97f8ce9c8033b2c0 100644
|
| --- a/Source/core/svg/SVGDocument.cpp
|
| +++ b/Source/core/svg/SVGDocument.cpp
|
| @@ -19,7 +19,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGDocument.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -103,6 +102,3 @@ bool SVGDocument::childShouldCreateRenderer(const NodeRenderingContext& childCon
|
| }
|
|
|
| }
|
| -
|
| -// vim:ts=4:noet
|
| -#endif // ENABLE(SVG)
|
|
|