Index: Source/WebCore/dom/Text.h |
diff --git a/Source/WebCore/dom/Text.h b/Source/WebCore/dom/Text.h |
index 67ab168c0acdd4bf4444210fee3b389e08ba52f9..d38fb75b55e6e52ff7e0c87d758f033e65bfabec 100644 |
--- a/Source/WebCore/dom/Text.h |
+++ b/Source/WebCore/dom/Text.h |
@@ -58,6 +58,7 @@ protected: |
Text(Document* document, const String& data, ConstructionType type) |
: CharacterData(document, data, type) |
{ |
+ ScriptWrappable::init(this); |
} |
private: |