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

Unified Diff: Source/core/svg/SVGPathElement.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/SVGNumberTearOff.h ('k') | Source/core/svg/SVGPathSeg.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPathElement.h
diff --git a/Source/core/svg/SVGPathElement.h b/Source/core/svg/SVGPathElement.h
index fdf7039111f0b2ef08bd718cc0c74bff0fc0cbe8..4e8fe2502b0d8ceab07f7c6aecf1e8135b7261ab 100644
--- a/Source/core/svg/SVGPathElement.h
+++ b/Source/core/svg/SVGPathElement.h
@@ -52,6 +52,7 @@ class SVGPathSegCurvetoQuadraticSmoothAbs;
class SVGPathSegCurvetoQuadraticSmoothRel;
class SVGPathElement FINAL : public SVGGeometryElement {
+ DEFINE_WRAPPERTYPEINFO();
public:
DECLARE_NODE_FACTORY(SVGPathElement);
@@ -113,4 +114,4 @@ private:
} // namespace blink
-#endif
+#endif // SVGPathElement_h
« no previous file with comments | « Source/core/svg/SVGNumberTearOff.h ('k') | Source/core/svg/SVGPathSeg.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698