Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1789)

Unified Diff: Source/core/svg/SVGZoomEvent.cpp

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/svg/SVGZoomEvent.cpp
diff --git a/Source/core/svg/SVGZoomEvent.cpp b/Source/core/svg/SVGZoomEvent.cpp
index e97211256e787c97b2ea8deb3b35adf235d82fd5..a965a0acf8526502ab0bf713104ac39c8bab1f06 100644
--- a/Source/core/svg/SVGZoomEvent.cpp
+++ b/Source/core/svg/SVGZoomEvent.cpp
@@ -31,7 +31,6 @@ SVGZoomEvent::SVGZoomEvent()
: m_newScale(0.0f)
, m_previousScale(0.0f)
{
- ScriptWrappable::init(this);
}
PassRefPtr<SVGRectTearOff> SVGZoomEvent::zoomRectScreen() const

Powered by Google App Engine
This is Rietveld 408576698