| Index: Source/core/html/parser/HTMLDocumentParser.h
|
| diff --git a/Source/core/html/parser/HTMLDocumentParser.h b/Source/core/html/parser/HTMLDocumentParser.h
|
| index 5164805910b5459cc6f40d131c618c584f353c7e..7f1edc262c8a584c6d59454fea41bd26ba91f9f5 100644
|
| --- a/Source/core/html/parser/HTMLDocumentParser.h
|
| +++ b/Source/core/html/parser/HTMLDocumentParser.h
|
| @@ -150,7 +150,7 @@ private:
|
|
|
| Document* contextForParsingSession();
|
|
|
| - bool canTakeNextToken(PumpSession&);
|
| + bool canTakeNextToken();
|
| void pumpTokenizer();
|
| void pumpTokenizerIfPossible();
|
| void constructTreeFromHTMLToken(HTMLToken&);
|
|
|