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

Unified Diff: Source/core/svg/SVGFEMergeElement.cpp

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. Created 6 years, 3 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/core/svg/SVGFEImageElement.cpp ('k') | Source/core/svg/SVGFEMergeNodeElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGFEMergeElement.cpp
diff --git a/Source/core/svg/SVGFEMergeElement.cpp b/Source/core/svg/SVGFEMergeElement.cpp
index e8e6b79a3e3838af9c7e832f2e7eb77fa4da2521..93df548ac1c35d2b10d9a87a73ee0b60e1464d20 100644
--- a/Source/core/svg/SVGFEMergeElement.cpp
+++ b/Source/core/svg/SVGFEMergeElement.cpp
@@ -33,7 +33,6 @@ namespace blink {
inline SVGFEMergeElement::SVGFEMergeElement(Document& document)
: SVGFilterPrimitiveStandardAttributes(SVGNames::feMergeTag, document)
{
- ScriptWrappable::init(this);
}
DEFINE_NODE_FACTORY(SVGFEMergeElement)
« no previous file with comments | « Source/core/svg/SVGFEImageElement.cpp ('k') | Source/core/svg/SVGFEMergeNodeElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698