Chromium Code Reviews| Index: Source/core/svg/SVGAnimatedRect.h |
| diff --git a/Source/core/svg/SVGAnimatedRect.h b/Source/core/svg/SVGAnimatedRect.h |
| index f60cdcd7dd9b9dcfef938aed37e18da3fadd2449..348da473d73797f554a540fbfcb4d0b5a9fd439e 100644 |
| --- a/Source/core/svg/SVGAnimatedRect.h |
| +++ b/Source/core/svg/SVGAnimatedRect.h |
| @@ -37,6 +37,7 @@ |
| namespace blink { |
| class SVGAnimatedRect : public SVGAnimatedProperty<SVGRect> { |
| + DEFINE_WRAPPERTYPEINFO(); |
| public: |
| static PassRefPtrWillBeRawPtr<SVGAnimatedRect> create(SVGElement* contextElement, const QualifiedName& attributeName) |
| { |