| Index: Source/core/svg/SVGAnimatedLengthList.h
|
| diff --git a/Source/core/svg/SVGAnimatedLengthList.h b/Source/core/svg/SVGAnimatedLengthList.h
|
| index 86ffafe7d22e7449b4c37383ea1bb89b41048ecd..905d2bdc6d91a67d84d3d44eccd3eecd6f126f75 100644
|
| --- a/Source/core/svg/SVGAnimatedLengthList.h
|
| +++ b/Source/core/svg/SVGAnimatedLengthList.h
|
| @@ -21,9 +21,9 @@
|
| #define SVGAnimatedLengthList_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedListPropertyTearOff.h"
|
| #include "SVGAnimatedTypeAnimator.h"
|
| #include "SVGLengthList.h"
|
| +#include "core/svg/properties/SVGAnimatedListPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
|
|