Index: Source/core/svg/SVGAnimatedPreserveAspectRatio.h |
diff --git a/Source/core/svg/SVGAnimatedPreserveAspectRatio.h b/Source/core/svg/SVGAnimatedPreserveAspectRatio.h |
index bd9737fe4bf0b7bd617f9cfd6f9a7c6f268f3f5f..51324885471222dbbde2e475f47ee138571f793d 100644 |
--- a/Source/core/svg/SVGAnimatedPreserveAspectRatio.h |
+++ b/Source/core/svg/SVGAnimatedPreserveAspectRatio.h |
@@ -37,6 +37,7 @@ |
namespace blink { |
class SVGAnimatedPreserveAspectRatio : public SVGAnimatedProperty<SVGPreserveAspectRatio> { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<SVGAnimatedPreserveAspectRatio> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtrWillBeRawPtr<SVGPreserveAspectRatio> initialValue) |
{ |