| Index: Source/core/svg/SVGLength.cpp
|
| diff --git a/Source/core/svg/SVGLength.cpp b/Source/core/svg/SVGLength.cpp
|
| index 060bae4b323c5680fbc99fc50fd6438692ba66b5..4d2afbd52fdac631bac213aa15e310bba38e85a8 100644
|
| --- a/Source/core/svg/SVGLength.cpp
|
| +++ b/Source/core/svg/SVGLength.cpp
|
| @@ -28,9 +28,9 @@
|
| #include "CSSPrimitiveValue.h"
|
| #include "ExceptionCode.h"
|
| #include "ExceptionCodePlaceholder.h"
|
| -#include "FloatConversion.h"
|
| #include "SVGNames.h"
|
| #include "SVGParserUtilities.h"
|
| +#include "core/platform/FloatConversion.h"
|
|
|
| #include <wtf/MathExtras.h>
|
| #include <wtf/text/WTFString.h>
|
|
|