Index: third_party/WebKit/Source/core/svg/SVGAnimatedNumberList.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedNumberList.h b/third_party/WebKit/Source/core/svg/SVGAnimatedNumberList.h |
index da9a364420218c1bc4b8dbe2e0397256828df9f1..b12fe77035aaf99994d57d6ffb2c1b4f4574b2d7 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedNumberList.h |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedNumberList.h |
@@ -31,13 +31,14 @@ |
#ifndef SVGAnimatedNumberList_h |
#define SVGAnimatedNumberList_h |
+#include "bindings/core/v8/ScriptWrappable.h" |
#include "core/svg/SVGNumberListTearOff.h" |
#include "core/svg/properties/SVGAnimatedProperty.h" |
namespace blink { |
// SVG Spec: http://www.w3.org/TR/SVG11/types.html#InterfaceSVGAnimatedNumberList |
-class SVGAnimatedNumberList final : public SVGAnimatedProperty<SVGNumberList> { |
+class SVGAnimatedNumberList final : public SVGAnimatedProperty<SVGNumberList>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<SVGAnimatedNumberList> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtrWillBeRawPtr<SVGNumberList> initialValue) |