summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Text.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/Text.h')
-rw-r--r--WebCore/dom/Text.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/dom/Text.h b/WebCore/dom/Text.h
index 5e711d0..e5a6e69 100644
--- a/WebCore/dom/Text.h
+++ b/WebCore/dom/Text.h
@@ -59,10 +59,6 @@ public:
static PassRefPtr<Text> createWithLengthLimit(Document*, const String&, unsigned& charsLeft, unsigned maxChars = cTextNodeLengthLimit);
-#if ENABLE(WML)
- virtual void insertedIntoDocument();
-#endif
-
#ifndef NDEBUG
virtual void formatForDebugger(char* buffer, unsigned length) const;
#endif