| Index: Source/core/svg/SVGAnimationElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimationElement.cpp b/Source/core/svg/SVGAnimationElement.cpp
|
| index 8ba034f85c9a3176916a27d76438a5b0ac37f863..4e68176b829f9e4ce3c8aecb6850f7782f5f7219 100644
|
| --- a/Source/core/svg/SVGAnimationElement.cpp
|
| +++ b/Source/core/svg/SVGAnimationElement.cpp
|
| @@ -32,13 +32,13 @@
|
| #include "CSSParser.h"
|
| #include "CSSPropertyNames.h"
|
| #include "Document.h"
|
| -#include "FloatConversion.h"
|
| #include "RenderObject.h"
|
| #include "SVGAnimateElement.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGNames.h"
|
| #include "SVGParserUtilities.h"
|
| #include "SVGStyledElement.h"
|
| +#include "core/platform/FloatConversion.h"
|
| #include <wtf/MathExtras.h>
|
|
|
| namespace WebCore {
|
|
|