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

Unified Diff: Source/core/svg/SVGFontElement.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/SVGFilterElement.cpp ('k') | Source/core/svg/SVGFontFaceElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGFontElement.cpp
diff --git a/Source/core/svg/SVGFontElement.cpp b/Source/core/svg/SVGFontElement.cpp
index 4ea759f4297238f30fae76f2dab3b183bb1b7e84..c1a712eb9d44de048f498dcb3ab6ff0a278b0d0d 100644
--- a/Source/core/svg/SVGFontElement.cpp
+++ b/Source/core/svg/SVGFontElement.cpp
@@ -39,8 +39,6 @@ inline SVGFontElement::SVGFontElement(Document& document)
, m_missingGlyph(0)
, m_isGlyphCacheValid(false)
{
- ScriptWrappable::init(this);
-
UseCounter::count(document, UseCounter::SVGFontElement);
}
@@ -251,6 +249,6 @@ Glyph SVGFontElement::missingGlyph()
return m_missingGlyph;
}
-}
+} // namespace blink
#endif // ENABLE(SVG_FONTS)
« no previous file with comments | « Source/core/svg/SVGFilterElement.cpp ('k') | Source/core/svg/SVGFontFaceElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698