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