Chromium Code Reviews| Index: Source/core/svg/SVGZoomEvent.h |
| diff --git a/Source/core/svg/SVGZoomEvent.h b/Source/core/svg/SVGZoomEvent.h |
| index 427a36452f65500fb7989585eedf0b8ddfffbaf8..0b559c4d7d515be7be70b9aac478e4c032724f40 100644 |
| --- a/Source/core/svg/SVGZoomEvent.h |
| +++ b/Source/core/svg/SVGZoomEvent.h |
| @@ -29,6 +29,7 @@ |
| namespace blink { |
| class SVGZoomEvent FINAL : public UIEvent { |
| + DEFINE_WRAPPERTYPEINFO(); |
| public: |
| static PassRefPtrWillBeRawPtr<SVGZoomEvent> create() |
| { |