| Index: Source/core/svg/SVGAnimatedPreserveAspectRatio.h
|
| diff --git a/Source/core/svg/SVGAnimatedPreserveAspectRatio.h b/Source/core/svg/SVGAnimatedPreserveAspectRatio.h
|
| index 5c9b75e49682184260ea90ffb73d82b3330c9f7b..eebeff30de92d39794248df785472f7b1dd98e77 100644
|
| --- a/Source/core/svg/SVGAnimatedPreserveAspectRatio.h
|
| +++ b/Source/core/svg/SVGAnimatedPreserveAspectRatio.h
|
| @@ -21,9 +21,9 @@
|
| #define SVGAnimatedPreserveAspectRatio_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedPropertyTearOff.h"
|
| #include "SVGAnimatedTypeAnimator.h"
|
| #include "SVGPreserveAspectRatio.h"
|
| +#include "core/svg/properties/SVGAnimatedPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
|
|