| Index: Source/core/svg/SVGAnimatedPath.cpp
|
| diff --git a/Source/core/svg/SVGAnimatedPath.cpp b/Source/core/svg/SVGAnimatedPath.cpp
|
| index b8c8da110a958b48d7708a6d334700451638bdda..2811b505a2afd2db99e279673c0f06df1a341274 100644
|
| --- a/Source/core/svg/SVGAnimatedPath.cpp
|
| +++ b/Source/core/svg/SVGAnimatedPath.cpp
|
| @@ -23,8 +23,8 @@
|
| #include "SVGAnimatedPath.h"
|
|
|
| #include "SVGAnimateElement.h"
|
| -#include "SVGAnimatedPathSegListPropertyTearOff.h"
|
| #include "SVGPathUtilities.h"
|
| +#include "core/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
|
|