summaryrefslogtreecommitdiffstats
path: root/WebCore/html/parser/HTMLDocumentParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/parser/HTMLDocumentParser.h')
-rw-r--r--WebCore/html/parser/HTMLDocumentParser.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/parser/HTMLDocumentParser.h b/WebCore/html/parser/HTMLDocumentParser.h
index e65a582..d9625f1 100644
--- a/WebCore/html/parser/HTMLDocumentParser.h
+++ b/WebCore/html/parser/HTMLDocumentParser.h
@@ -103,9 +103,6 @@ private:
// CachedResourceClient
virtual void notifyFinished(CachedResource*);
- void willPumpLexer();
- void didPumpLexer();
-
enum SynchronousMode {
AllowYield,
ForceSynchronous,