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

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

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. 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/SVGPathElement.h ('k') | Source/core/svg/SVGPathSegArcAbs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPathSeg.h
diff --git a/Source/core/svg/SVGPathSeg.h b/Source/core/svg/SVGPathSeg.h
index 5549b0d575cc51c19974abe7f812803e4f14a0b6..55964dc489c2872782f76edcf7a26e9bdd3bccf9 100644
--- a/Source/core/svg/SVGPathSeg.h
+++ b/Source/core/svg/SVGPathSeg.h
@@ -63,6 +63,7 @@ class SVGPathElement;
class SVGElement;
class SVGPathSeg : public RefCounted<SVGPathSeg>, public ScriptWrappable {
+ DEFINE_WRAPPERTYPEINFO();
public:
// SVGPathSeg itself is used as a tear-off type.
// FIXME: A tear-off type should be introduced to distinguish animVal/baseVal
@@ -131,4 +132,4 @@ private:
} // namespace blink
-#endif
+#endif // SVGPathSeg_h
« no previous file with comments | « Source/core/svg/SVGPathElement.h ('k') | Source/core/svg/SVGPathSegArcAbs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698