| Index: Source/core/svg/SVGTransformTearOff.h
|
| diff --git a/Source/core/svg/SVGTransformTearOff.h b/Source/core/svg/SVGTransformTearOff.h
|
| index 9ea0ba16ad833a7862561f5b0ca333e06f481465..9f38b80731dd0fa9fde8d83c12954c45abccef84 100644
|
| --- a/Source/core/svg/SVGTransformTearOff.h
|
| +++ b/Source/core/svg/SVGTransformTearOff.h
|
| @@ -34,13 +34,13 @@
|
| #include "bindings/v8/ScriptWrappable.h"
|
| #include "core/svg/SVGMatrixTearOff.h"
|
| #include "core/svg/SVGTransform.h"
|
| -#include "core/svg/properties/NewSVGPropertyTearOff.h"
|
| +#include "core/svg/properties/SVGPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
| class SVGMatrix;
|
|
|
| -class SVGTransformTearOff FINAL : public NewSVGPropertyTearOff<SVGTransform>, public ScriptWrappable {
|
| +class SVGTransformTearOff FINAL : public SVGPropertyTearOff<SVGTransform>, public ScriptWrappable {
|
| public:
|
| enum SVGTransformType {
|
| SVG_TRANSFORM_UNKNOWN = WebCore::SVG_TRANSFORM_UNKNOWN,
|
|
|