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

Unified Diff: Source/core/dom/CharacterData.h

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/CDATASection.cpp ('k') | Source/core/dom/ClientRect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/CharacterData.h
diff --git a/Source/core/dom/CharacterData.h b/Source/core/dom/CharacterData.h
index 8516e5ff12f5000c5120125f70a7abea4a679983..9970eb67bc39e766a9b911cfc8d9d94a09fcdf13 100644
--- a/Source/core/dom/CharacterData.h
+++ b/Source/core/dom/CharacterData.h
@@ -57,7 +57,6 @@ protected:
, m_data(!text.isNull() ? text : emptyString())
{
ASSERT(type == CreateOther || type == CreateText || type == CreateEditingText);
- ScriptWrappable::init(this);
}
void setDataWithoutUpdate(const String& data)
« no previous file with comments | « Source/core/dom/CDATASection.cpp ('k') | Source/core/dom/ClientRect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698