Index: Source/core/svg/properties/SVGAnimatedProperty.h |
diff --git a/Source/core/svg/properties/SVGAnimatedProperty.h b/Source/core/svg/properties/SVGAnimatedProperty.h |
index 93e6438f98cedda611bcf20057b71a6905b15241..56533cb3c10412de087dd95bd577fca52bfbb6cb 100644 |
--- a/Source/core/svg/properties/SVGAnimatedProperty.h |
+++ b/Source/core/svg/properties/SVGAnimatedProperty.h |
@@ -45,7 +45,8 @@ namespace blink { |
class SVGElement; |
-class SVGAnimatedPropertyBase : public RefCounted<SVGAnimatedPropertyBase>, public ScriptWrappableBase { |
+class SVGAnimatedPropertyBase : public RefCounted<SVGAnimatedPropertyBase>, public ScriptWrappable { |
+ DEFINE_WRAPPERTYPEINFO_NOT_REACHED(); |
public: |
virtual ~SVGAnimatedPropertyBase(); |
@@ -305,6 +306,6 @@ private: |
RefPtr<TearOffType> m_animValTearOff; |
}; |
-} |
+} // namespace blink |
#endif // SVGAnimatedProperty_h |