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

Unified Diff: Source/core/svg/SVGSwitchElement.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/SVGStyleElement.cpp ('k') | Source/core/svg/SVGSymbolElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGSwitchElement.cpp
diff --git a/Source/core/svg/SVGSwitchElement.cpp b/Source/core/svg/SVGSwitchElement.cpp
index 0441abb7d8e4e72f6492bcd5cff1db31ac37158d..835a59c59bb844d5b967e60d1500758e24d03540 100644
--- a/Source/core/svg/SVGSwitchElement.cpp
+++ b/Source/core/svg/SVGSwitchElement.cpp
@@ -31,8 +31,6 @@ namespace blink {
inline SVGSwitchElement::SVGSwitchElement(Document& document)
: SVGGraphicsElement(SVGNames::switchTag, document)
{
- ScriptWrappable::init(this);
-
UseCounter::count(document, UseCounter::SVGSwitchElement);
}
@@ -43,4 +41,4 @@ RenderObject* SVGSwitchElement::createRenderer(RenderStyle*)
return new RenderSVGTransformableContainer(this);
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/svg/SVGStyleElement.cpp ('k') | Source/core/svg/SVGSymbolElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698