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

Unified Diff: Source/WebCore/svg/SVGFilterElement.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/SVGFETurbulenceElement.cpp ('k') | Source/WebCore/svg/SVGFontElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/svg/SVGFilterElement.cpp
diff --git a/Source/WebCore/svg/SVGFilterElement.cpp b/Source/WebCore/svg/SVGFilterElement.cpp
index e0b28850ec27ee25c6f63498845f6272e55bda32..5286f76f346195e890a348fcf4d8aa1da235ad81 100644
--- a/Source/WebCore/svg/SVGFilterElement.cpp
+++ b/Source/WebCore/svg/SVGFilterElement.cpp
@@ -74,6 +74,7 @@ inline SVGFilterElement::SVGFilterElement(const QualifiedName& tagName, Document
// 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::filterTag));
+ ScriptWrappable::init(this);
registerAnimatedPropertiesForSVGFilterElement();
}
« no previous file with comments | « Source/WebCore/svg/SVGFETurbulenceElement.cpp ('k') | Source/WebCore/svg/SVGFontElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698