Index: third_party/WebKit/Source/core/svg/SVGAnimatedAngle.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.h b/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.h |
index 4fcc1e39636df1ebaec5d880fd975d87bd1db39d..a3b1824c36dedac017da1446dbfea776a60c846b 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.h |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.h |
@@ -31,13 +31,14 @@ |
#ifndef SVGAnimatedAngle_h |
#define SVGAnimatedAngle_h |
+#include "bindings/core/v8/ScriptWrappable.h" |
#include "core/svg/SVGAngleTearOff.h" |
#include "core/svg/SVGAnimatedEnumeration.h" |
#include "platform/heap/Handle.h" |
namespace blink { |
-class SVGAnimatedAngle final : public SVGAnimatedProperty<SVGAngle> { |
+class SVGAnimatedAngle final : public SVGAnimatedProperty<SVGAngle>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<SVGAnimatedAngle> create(SVGElement* contextElement) |