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

Unified Diff: Source/WebCore/svg/SVGFECompositeElement.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
Index: Source/WebCore/svg/SVGFECompositeElement.cpp
diff --git a/Source/WebCore/svg/SVGFECompositeElement.cpp b/Source/WebCore/svg/SVGFECompositeElement.cpp
index ad40a6dc2448310095e13e24597b4fc2903a570e..b60ea2187fbe787e3be5ab72806f8395e2b0917e 100644
--- a/Source/WebCore/svg/SVGFECompositeElement.cpp
+++ b/Source/WebCore/svg/SVGFECompositeElement.cpp
@@ -56,6 +56,7 @@ inline SVGFECompositeElement::SVGFECompositeElement(const QualifiedName& tagName
, m__operator(FECOMPOSITE_OPERATOR_OVER)
{
ASSERT(hasTagName(SVGNames::feCompositeTag));
+ ScriptWrappable::init(this);
registerAnimatedPropertiesForSVGFECompositeElement();
}
« no previous file with comments | « Source/WebCore/svg/SVGFEComponentTransferElement.cpp ('k') | Source/WebCore/svg/SVGFEConvolveMatrixElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698