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

Unified Diff: Source/core/svg/SVGPathSegClosePath.h

Issue 15492007: Make SVG objects ScriptWrappable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix indent Created 7 years, 7 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/SVGPathSegArc.h ('k') | Source/core/svg/SVGPathSegCurvetoCubic.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPathSegClosePath.h
diff --git a/Source/core/svg/SVGPathSegClosePath.h b/Source/core/svg/SVGPathSegClosePath.h
index 898bba82990d33fac22bb4bef74cce50af98a18d..4c6adc224515722f30292ffe43a4c03923b0855a 100644
--- a/Source/core/svg/SVGPathSegClosePath.h
+++ b/Source/core/svg/SVGPathSegClosePath.h
@@ -36,6 +36,7 @@ private:
SVGPathSegClosePath(SVGPathElement* element, SVGPathSegRole role)
: SVGPathSegWithContext(element, role)
{
+ ScriptWrappable::init(this);
}
virtual unsigned short pathSegType() const { return PATHSEG_CLOSEPATH; }
« no previous file with comments | « Source/core/svg/SVGPathSegArc.h ('k') | Source/core/svg/SVGPathSegCurvetoCubic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698