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

Unified Diff: Source/WebCore/svg/SVGEllipseElement.cpp

Issue 13814002: First part of work to move V8 binding integrity off of vtables. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/WebCore/svg/SVGElement.cpp ('k') | Source/WebCore/svg/SVGFEBlendElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/svg/SVGEllipseElement.cpp
diff --git a/Source/WebCore/svg/SVGEllipseElement.cpp b/Source/WebCore/svg/SVGEllipseElement.cpp
index 24776b7ce9c8737c3af651d3c898303844af51b8..8729811c7acb2a0bc4ce65795f13fc6e32e26b5f 100644
--- a/Source/WebCore/svg/SVGEllipseElement.cpp
+++ b/Source/WebCore/svg/SVGEllipseElement.cpp
@@ -59,6 +59,7 @@ inline SVGEllipseElement::SVGEllipseElement(const QualifiedName& tagName, Docume
, m_ry(LengthModeHeight)
{
ASSERT(hasTagName(SVGNames::ellipseTag));
+ ScriptWrappable::init(this);
registerAnimatedPropertiesForSVGEllipseElement();
}
« no previous file with comments | « Source/WebCore/svg/SVGElement.cpp ('k') | Source/WebCore/svg/SVGFEBlendElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698