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

Unified Diff: Source/WebCore/svg/SVGUseElement.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/SVGTitleElement.cpp ('k') | Source/WebCore/svg/SVGVKernElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/svg/SVGUseElement.cpp
diff --git a/Source/WebCore/svg/SVGUseElement.cpp b/Source/WebCore/svg/SVGUseElement.cpp
index e331a95ae6d381b073705b5361d70e585bd0ca9f..0d6782ec6c2d09917f9c2f0c3514a0b1f134a058 100644
--- a/Source/WebCore/svg/SVGUseElement.cpp
+++ b/Source/WebCore/svg/SVGUseElement.cpp
@@ -96,6 +96,7 @@ inline SVGUseElement::SVGUseElement(const QualifiedName& tagName, Document* docu
{
ASSERT(hasCustomStyleCallbacks());
ASSERT(hasTagName(SVGNames::useTag));
+ ScriptWrappable::init(this);
registerAnimatedPropertiesForSVGUseElement();
}
« no previous file with comments | « Source/WebCore/svg/SVGTitleElement.cpp ('k') | Source/WebCore/svg/SVGVKernElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698