Index: Source/core/dom/Text.h |
diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h |
index b11e77a4339aab7c8687176f33008bbbea09bf47..db2db5009348433fb394a2c616d16f94f164abb5 100644 |
--- a/Source/core/dom/Text.h |
+++ b/Source/core/dom/Text.h |
@@ -62,10 +62,7 @@ public: |
protected: |
Text(TreeScope& treeScope, const String& data, ConstructionType type) |
- : CharacterData(treeScope, data, type) |
- { |
- ScriptWrappable::init(this); |
- } |
+ : CharacterData(treeScope, data, type) { } |
private: |
virtual String nodeName() const OVERRIDE; |