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

Unified Diff: Source/core/svg/SVGPatternElement.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/SVGPathSegMovetoRel.h ('k') | Source/core/svg/SVGPointListTearOff.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPatternElement.cpp
diff --git a/Source/core/svg/SVGPatternElement.cpp b/Source/core/svg/SVGPatternElement.cpp
index f8cb010227b0fdbc4c012a0a1567ca7d7941c935..f8517101d3f0a391199403cc5b815ae0586d5c82 100644
--- a/Source/core/svg/SVGPatternElement.cpp
+++ b/Source/core/svg/SVGPatternElement.cpp
@@ -44,8 +44,6 @@ inline SVGPatternElement::SVGPatternElement(Document& document)
, m_patternUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::patternUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX))
, m_patternContentUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::patternContentUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE))
{
- ScriptWrappable::init(this);
-
addToPropertyMap(m_x);
addToPropertyMap(m_y);
addToPropertyMap(m_width);
@@ -217,4 +215,4 @@ bool SVGPatternElement::selfHasRelativeLengths() const
|| m_height->currentValue()->isRelative();
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/svg/SVGPathSegMovetoRel.h ('k') | Source/core/svg/SVGPointListTearOff.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698