Index: third_party/WebKit/Source/core/svg/SVGAnimatedRect.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedRect.h b/third_party/WebKit/Source/core/svg/SVGAnimatedRect.h |
index 99233711714f5739041b5f312dcfe5a6d14ef892..e1c69d903c2b179cf0f37acffb822f6e60992c14 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedRect.h |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedRect.h |
@@ -31,12 +31,13 @@ |
#ifndef SVGAnimatedRect_h |
#define SVGAnimatedRect_h |
+#include "bindings/core/v8/ScriptWrappable.h" |
#include "core/svg/SVGRectTearOff.h" |
#include "core/svg/properties/SVGAnimatedProperty.h" |
namespace blink { |
-class SVGAnimatedRect : public SVGAnimatedProperty<SVGRect> { |
+class SVGAnimatedRect : public SVGAnimatedProperty<SVGRect>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<SVGAnimatedRect> create(SVGElement* contextElement, const QualifiedName& attributeName) |