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

Unified Diff: Source/WebCore/svg/SVGMaskElement.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/SVGMarkerElement.cpp ('k') | Source/WebCore/svg/SVGMetadataElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/svg/SVGMaskElement.cpp
diff --git a/Source/WebCore/svg/SVGMaskElement.cpp b/Source/WebCore/svg/SVGMaskElement.cpp
index fc6a8bf006fe1114a61cf3cbefa48bea41d281e2..84c317a506aa973db8fa535babf6627424f17af8 100644
--- a/Source/WebCore/svg/SVGMaskElement.cpp
+++ b/Source/WebCore/svg/SVGMaskElement.cpp
@@ -69,6 +69,7 @@ inline SVGMaskElement::SVGMaskElement(const QualifiedName& tagName, Document* do
// Spec: If the x/y attribute is not specified, the effect is as if a value of "-10%" were specified.
// Spec: If the width/height attribute is not specified, the effect is as if a value of "120%" were specified.
ASSERT(hasTagName(SVGNames::maskTag));
+ ScriptWrappable::init(this);
registerAnimatedPropertiesForSVGMaskElement();
}
« no previous file with comments | « Source/WebCore/svg/SVGMarkerElement.cpp ('k') | Source/WebCore/svg/SVGMetadataElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698