| Index: Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| diff --git a/Source/core/rendering/svg/SVGInlineTextBox.cpp b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| index 66b2ddbee0b62a5e22f5afc04a9db5a19d0951d2..edaf769001a8251fc903d963f9c8fc6e9364d6aa 100644
|
| --- a/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| +++ b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| @@ -22,7 +22,6 @@
|
| #include "config.h"
|
| #include "core/rendering/svg/SVGInlineTextBox.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/page/Frame.h"
|
| #include "core/page/FrameView.h"
|
| #include "core/platform/FloatConversion.h"
|
| @@ -735,5 +734,3 @@ bool SVGInlineTextBox::nodeAtPoint(const HitTestRequest& request, HitTestResult&
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif
|
|
|