| Index: Source/core/rendering/svg/SVGTextQuery.cpp
|
| diff --git a/Source/core/rendering/svg/SVGTextQuery.cpp b/Source/core/rendering/svg/SVGTextQuery.cpp
|
| index a7ee787c444f303e0363620b576692aa647976d0..b885475a4f415859a0d219dc4c72419e309713f3 100644
|
| --- a/Source/core/rendering/svg/SVGTextQuery.cpp
|
| +++ b/Source/core/rendering/svg/SVGTextQuery.cpp
|
| @@ -21,7 +21,6 @@
|
| #include "SVGTextQuery.h"
|
|
|
| #if ENABLE(SVG)
|
| -#include "FloatConversion.h"
|
| #include "InlineFlowBox.h"
|
| #include "RenderBlock.h"
|
| #include "RenderInline.h"
|
| @@ -29,6 +28,7 @@
|
| #include "SVGInlineTextBox.h"
|
| #include "SVGTextMetrics.h"
|
| #include "VisiblePosition.h"
|
| +#include "core/platform/FloatConversion.h"
|
|
|
| #include <wtf/MathExtras.h>
|
|
|
|
|