| Index: Source/core/svg/SVGPreserveAspectRatioTearOff.h
|
| diff --git a/Source/core/svg/SVGPreserveAspectRatioTearOff.h b/Source/core/svg/SVGPreserveAspectRatioTearOff.h
|
| index ab8247c736e51fe093777cd8a68731a3d6116436..9a1036e2d29575e9b764b999d7bf3f44f8fe05bb 100644
|
| --- a/Source/core/svg/SVGPreserveAspectRatioTearOff.h
|
| +++ b/Source/core/svg/SVGPreserveAspectRatioTearOff.h
|
| @@ -33,11 +33,11 @@
|
|
|
| #include "bindings/v8/ScriptWrappable.h"
|
| #include "core/svg/SVGPreserveAspectRatio.h"
|
| -#include "core/svg/properties/NewSVGPropertyTearOff.h"
|
| +#include "core/svg/properties/SVGPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
| -class SVGPreserveAspectRatioTearOff FINAL : public NewSVGPropertyTearOff<SVGPreserveAspectRatio>, public ScriptWrappable {
|
| +class SVGPreserveAspectRatioTearOff FINAL : public SVGPropertyTearOff<SVGPreserveAspectRatio>, public ScriptWrappable {
|
| public:
|
| enum {
|
| SVG_PRESERVEASPECTRATIO_UNKNOWN = SVGPreserveAspectRatio::SVG_PRESERVEASPECTRATIO_UNKNOWN,
|
|
|