Index: Source/core/svg/properties/SVGAnimatedProperty.h |
diff --git a/Source/core/svg/properties/SVGAnimatedProperty.h b/Source/core/svg/properties/SVGAnimatedProperty.h |
index 4e75c3b543946c3b9d49dee2a5bba7aaaa561155..66cbd5bcb2df0164d075d55ff907388c07a4cd01 100644 |
--- a/Source/core/svg/properties/SVGAnimatedProperty.h |
+++ b/Source/core/svg/properties/SVGAnimatedProperty.h |
@@ -46,7 +46,8 @@ namespace blink { |
class SVGElement; |
-class SVGAnimatedPropertyBase : public RefCountedWillBeGarbageCollectedFinalized<SVGAnimatedPropertyBase>, public ScriptWrappableBase { |
+class SVGAnimatedPropertyBase : public RefCountedWillBeGarbageCollectedFinalized<SVGAnimatedPropertyBase>, public ScriptWrappable { |
+ DEFINE_WRAPPERTYPEINFO_NOT_REACHED(); |
WTF_MAKE_NONCOPYABLE(SVGAnimatedPropertyBase); |
public: |
virtual ~SVGAnimatedPropertyBase(); |