summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLDocumentParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLDocumentParser.h')
-rw-r--r--WebCore/html/HTMLDocumentParser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/HTMLDocumentParser.h b/WebCore/html/HTMLDocumentParser.h
index b2a65ca..cc46d31 100644
--- a/WebCore/html/HTMLDocumentParser.h
+++ b/WebCore/html/HTMLDocumentParser.h
@@ -64,6 +64,7 @@ public:
private:
// DocumentParser
+ virtual bool hasInsertionPoint();
virtual void insert(const SegmentedString&);
virtual void append(const SegmentedString&);
virtual void finish();