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

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

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. 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
« no previous file with comments | « Source/core/svg/SVGHKernElement.cpp ('k') | Source/core/svg/SVGLengthListTearOff.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGImageElement.cpp
diff --git a/Source/core/svg/SVGImageElement.cpp b/Source/core/svg/SVGImageElement.cpp
index 8d8c37a06d902c57e1d5b88fdd715f9ae683f638..ca2ef85ee4f8268b06e924fc95bee0da82389ed5 100644
--- a/Source/core/svg/SVGImageElement.cpp
+++ b/Source/core/svg/SVGImageElement.cpp
@@ -42,8 +42,6 @@ inline SVGImageElement::SVGImageElement(Document& document)
, m_imageLoader(SVGImageLoader::create(this))
, m_needsLoaderURIUpdate(true)
{
- ScriptWrappable::init(this);
-
addToPropertyMap(m_x);
addToPropertyMap(m_y);
addToPropertyMap(m_width);
@@ -212,4 +210,4 @@ void SVGImageElement::didMoveToNewDocument(Document& oldDocument)
SVGGraphicsElement::didMoveToNewDocument(oldDocument);
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/svg/SVGHKernElement.cpp ('k') | Source/core/svg/SVGLengthListTearOff.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698