| Index: Source/core/svg/SVGElementInstance.h
|
| diff --git a/Source/core/svg/SVGElementInstance.h b/Source/core/svg/SVGElementInstance.h
|
| index c240d4338e6fcb9000dda5360dea314f1c09a69d..e73f91fdb2ff1788ca2d57ff8fae399edfe55403 100644
|
| --- a/Source/core/svg/SVGElementInstance.h
|
| +++ b/Source/core/svg/SVGElementInstance.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef SVGElementInstance_h
|
| #define SVGElementInstance_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/dom/EventTarget.h"
|
| #include "core/platform/TreeShared.h"
|
| #include "core/svg/SVGElement.h"
|
| @@ -195,5 +194,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|