| Index: Source/core/svg/SVGRectElement.h
|
| diff --git a/Source/core/svg/SVGRectElement.h b/Source/core/svg/SVGRectElement.h
|
| index 6c5b25bf7d3278141cafb2a8b4a391200523dc79..3ce078e80b822e70f04dd03a0bd47ac366bfb29c 100644
|
| --- a/Source/core/svg/SVGRectElement.h
|
| +++ b/Source/core/svg/SVGRectElement.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef SVGRectElement_h
|
| #define SVGRectElement_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGAnimatedBoolean.h"
|
| #include "core/svg/SVGAnimatedLength.h"
|
| #include "core/svg/SVGExternalResourcesRequired.h"
|
| @@ -70,5 +69,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|