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

Unified Diff: Source/core/dom/Element.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/dom/DocumentType.cpp ('k') | Source/core/dom/Iterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.cpp
diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
index ad0db7a8218ae9d8e894a1e1eb4798ff47a6de0a..6b1154275a0b44e3ed28f50caa7ae56ca2a5dc8c 100644
--- a/Source/core/dom/Element.cpp
+++ b/Source/core/dom/Element.cpp
@@ -143,7 +143,6 @@ Element::Element(const QualifiedName& tagName, Document* document, ConstructionT
: ContainerNode(document, type)
, m_tagName(tagName)
{
- ScriptWrappable::init(this);
}
Element::~Element()
« no previous file with comments | « Source/core/dom/DocumentType.cpp ('k') | Source/core/dom/Iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698