| 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)
|
|
|