| Index: Source/core/svg/properties/SVGPropertyTearOff.h
|
| diff --git a/Source/core/svg/properties/SVGPropertyTearOff.h b/Source/core/svg/properties/SVGPropertyTearOff.h
|
| index 3f7115137885812e9654680bd9906f8f2754988f..661f1f65a49f1a5e2b5d75a3caf42a876c228fd9 100644
|
| --- a/Source/core/svg/properties/SVGPropertyTearOff.h
|
| +++ b/Source/core/svg/properties/SVGPropertyTearOff.h
|
| @@ -132,7 +132,7 @@ public:
|
| m_target = target;
|
| }
|
|
|
| - virtual AnimatedPropertyType type() const override
|
| + AnimatedPropertyType type() const override
|
| {
|
| return Property::classType();
|
| }
|
|
|