Index: Source/core/svg/SVGAnimatedBoolean.h |
diff --git a/Source/core/svg/SVGAnimatedBoolean.h b/Source/core/svg/SVGAnimatedBoolean.h |
index cd24817f4618d9f6c865992c204b21db1105cc88..205878630ed5943070d67ee6b7078f463088a707 100644 |
--- a/Source/core/svg/SVGAnimatedBoolean.h |
+++ b/Source/core/svg/SVGAnimatedBoolean.h |
@@ -37,6 +37,7 @@ |
namespace blink { |
class SVGAnimatedBoolean final : public SVGAnimatedProperty<SVGBoolean> { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtr<SVGAnimatedBoolean> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGBoolean> initialValue) |
{ |