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

Unified Diff: Source/core/svg/SVGSVGElement.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/SVGRectTearOff.cpp ('k') | Source/core/svg/SVGScriptElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGSVGElement.cpp
diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp
index 0c76482c2c1b39106e310f1680fc9a22abc9ae02..2f42fb966b6fd84b3a4256f6a7082b35ec2b8f14 100644
--- a/Source/core/svg/SVGSVGElement.cpp
+++ b/Source/core/svg/SVGSVGElement.cpp
@@ -72,8 +72,6 @@ inline SVGSVGElement::SVGSVGElement(Document& doc)
, m_timeContainer(SMILTimeContainer::create(*this))
, m_translation(SVGPoint::create())
{
- ScriptWrappable::init(this);
-
m_width->setDefaultValueAsString("100%");
m_height->setDefaultValueAsString("100%");
@@ -781,4 +779,4 @@ void SVGSVGElement::trace(Visitor* visitor)
SVGGraphicsElement::trace(visitor);
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/svg/SVGRectTearOff.cpp ('k') | Source/core/svg/SVGScriptElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698