| Index: Source/core/rendering/svg/SVGTextQuery.cpp
|
| diff --git a/Source/core/rendering/svg/SVGTextQuery.cpp b/Source/core/rendering/svg/SVGTextQuery.cpp
|
| index 3213db50661f760f124ed759be1daba342f1fd83..a769a75550add41a36b0f1bee1bcbd1dc78fa9cf 100644
|
| --- a/Source/core/rendering/svg/SVGTextQuery.cpp
|
| +++ b/Source/core/rendering/svg/SVGTextQuery.cpp
|
| @@ -20,7 +20,6 @@
|
| #include "config.h"
|
| #include "core/rendering/svg/SVGTextQuery.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/editing/VisiblePosition.h"
|
| #include "core/platform/FloatConversion.h"
|
| #include "core/rendering/InlineFlowBox.h"
|
| @@ -556,5 +555,3 @@ int SVGTextQuery::characterNumberAtPosition(const FloatPoint& position) const
|
| }
|
|
|
| }
|
| -
|
| -#endif
|
|
|