Chromium Code Reviews| Index: Source/WebCore/svg/SVGZoomEvent.cpp |
| diff --git a/Source/WebCore/svg/SVGZoomEvent.cpp b/Source/WebCore/svg/SVGZoomEvent.cpp |
| index de3ec7cd372217009ce000be41acece1ae74982b..9f37dfdb98b3ed8bcb29c03ae8af189d7ae79034 100644 |
| --- a/Source/WebCore/svg/SVGZoomEvent.cpp |
| +++ b/Source/WebCore/svg/SVGZoomEvent.cpp |
| @@ -32,6 +32,7 @@ SVGZoomEvent::SVGZoomEvent() |
| : m_newScale(0.0f) |
| , m_previousScale(0.0f) |
| { |
| + ScriptWrappable::init(this); |
| } |
| FloatRect SVGZoomEvent::zoomRectScreen() const |