| Index: Source/core/rendering/svg/RenderSVGForeignObject.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGForeignObject.h b/Source/core/rendering/svg/RenderSVGForeignObject.h
|
| index 0a67990b25b342f8d0bf93c86977413e9d326340..7681c5f5d976ff51c0fa00d5fec99834dc20c256 100644
|
| --- a/Source/core/rendering/svg/RenderSVGForeignObject.h
|
| +++ b/Source/core/rendering/svg/RenderSVGForeignObject.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef RenderSVGForeignObject_h
|
| #define RenderSVGForeignObject_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/platform/graphics/FloatPoint.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/graphics/transforms/AffineTransform.h"
|
| @@ -74,4 +73,3 @@ private:
|
| }
|
|
|
| #endif
|
| -#endif
|
|
|