| Index: Source/core/svg/SVGAnimatedBoolean.h
|
| diff --git a/Source/core/svg/SVGAnimatedBoolean.h b/Source/core/svg/SVGAnimatedBoolean.h
|
| index d6d48fab728d83949a6c9ea8202d64477c6fba05..af6e4bed866b121193132e2ad609bcec9f8c37c5 100644
|
| --- a/Source/core/svg/SVGAnimatedBoolean.h
|
| +++ b/Source/core/svg/SVGAnimatedBoolean.h
|
| @@ -21,8 +21,8 @@
|
| #define SVGAnimatedBoolean_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedStaticPropertyTearOff.h"
|
| #include "SVGAnimatedTypeAnimator.h"
|
| +#include "core/svg/properties/SVGAnimatedStaticPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
|
|