| Index: Source/core/svg/properties/SVGTransformListPropertyTearOff.h
|
| diff --git a/Source/core/svg/properties/SVGTransformListPropertyTearOff.h b/Source/core/svg/properties/SVGTransformListPropertyTearOff.h
|
| index 7ac124f2a4771cf0305f5fe42fe52ffc2fce9042..e5095fb2be5dd13d97a824073cef07c24397eb8d 100644
|
| --- a/Source/core/svg/properties/SVGTransformListPropertyTearOff.h
|
| +++ b/Source/core/svg/properties/SVGTransformListPropertyTearOff.h
|
| @@ -21,8 +21,8 @@
|
| #define SVGTransformListPropertyTearOff_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGListPropertyTearOff.h"
|
| #include "SVGTransformList.h"
|
| +#include "core/svg/properties/SVGListPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
|
|