| Index: Source/core/svg/SVGPathBlender.cpp
|
| diff --git a/Source/core/svg/SVGPathBlender.cpp b/Source/core/svg/SVGPathBlender.cpp
|
| index 486cd95156b6ba89f50dc8c952d82f9780de986e..37add04725e5ceb5d7621268646e4e9f6697d2de 100644
|
| --- a/Source/core/svg/SVGPathBlender.cpp
|
| +++ b/Source/core/svg/SVGPathBlender.cpp
|
| @@ -22,8 +22,8 @@
|
| #if ENABLE(SVG)
|
| #include "SVGPathBlender.h"
|
|
|
| -#include "AnimationUtilities.h"
|
| #include "SVGPathSeg.h"
|
| +#include "core/platform/animation/AnimationUtilities.h"
|
| #include <wtf/TemporaryChange.h>
|
|
|
| namespace WebCore {
|
|
|