| Index: Source/core/svg/SVGAnimationElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimationElement.cpp b/Source/core/svg/SVGAnimationElement.cpp
|
| index 03d80dd8ff6f92e003e9082550746b7d87f6343e..eb570ffa08533ec97b4a059fc2525b5cd6441df8 100644
|
| --- a/Source/core/svg/SVGAnimationElement.cpp
|
| +++ b/Source/core/svg/SVGAnimationElement.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "core/svg/SVGAnimateElement.h"
|
| #include "core/svg/SVGParserUtilities.h"
|
| #include "core/svg/SVGStyledElement.h"
|
| -#include <wtf/MathExtras.h>
|
| +#include "wtf/MathExtras.h"
|
|
|
| namespace WebCore {
|
|
|
|
|