| Index: Source/core/svg/SVGAnimatedString.h
|
| diff --git a/Source/core/svg/SVGAnimatedString.h b/Source/core/svg/SVGAnimatedString.h
|
| index 89c86a027639ed889c7ad38b3802a586f7c86fe1..64bb6526254b0332e1731819bf5ef887e65f5dc2 100644
|
| --- a/Source/core/svg/SVGAnimatedString.h
|
| +++ b/Source/core/svg/SVGAnimatedString.h
|
| @@ -21,9 +21,9 @@
|
| #define SVGAnimatedString_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedPropertyMacros.h"
|
| -#include "SVGAnimatedStaticPropertyTearOff.h"
|
| #include "SVGAnimatedTypeAnimator.h"
|
| +#include "core/svg/properties/SVGAnimatedPropertyMacros.h"
|
| +#include "core/svg/properties/SVGAnimatedStaticPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
|
|