Index: Source/WebCore/dom/CharacterData.h |
diff --git a/Source/WebCore/dom/CharacterData.h b/Source/WebCore/dom/CharacterData.h |
index afce571542aad1323a855acb53d9c3b64c5edc7e..cce9f56973861042da1819151797f3e3dda71ce4 100644 |
--- a/Source/WebCore/dom/CharacterData.h |
+++ b/Source/WebCore/dom/CharacterData.h |
@@ -55,6 +55,7 @@ protected: |
, m_data(!text.isNull() ? text : emptyString()) |
{ |
ASSERT(type == CreateOther || type == CreateText || type == CreateEditingText); |
+ ScriptWrappable::init(this); |
} |
void setDataWithoutUpdate(const String& data) |