| Index: Source/core/svg/SVGDocument.h
|
| diff --git a/Source/core/svg/SVGDocument.h b/Source/core/svg/SVGDocument.h
|
| index f3512090a0c47509d3a2db00355bd167f31e3582..42c82a53353873c4abbc58eb1aef864d4437afe2 100644
|
| --- a/Source/core/svg/SVGDocument.h
|
| +++ b/Source/core/svg/SVGDocument.h
|
| @@ -20,7 +20,6 @@
|
|
|
| #ifndef SVGDocument_h
|
| #define SVGDocument_h
|
| -#if ENABLE(SVG)
|
|
|
| #include "core/dom/Document.h"
|
| #include "core/platform/graphics/FloatPoint.h"
|
| @@ -73,7 +72,4 @@ void toSVGDocument(const SVGDocument*);
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif // SVGDocument_h
|
| -
|
| -// vim:ts=4:noet
|
|
|