| Index: Source/core/html/parser/HTMLDocumentParser.h
|
| diff --git a/Source/core/html/parser/HTMLDocumentParser.h b/Source/core/html/parser/HTMLDocumentParser.h
|
| index 138c1ed8a0addb43a4b41936c1695caa4d58d23d..0cd4e4d40bb794005a07f545a3e6bf598daba3a6 100644
|
| --- a/Source/core/html/parser/HTMLDocumentParser.h
|
| +++ b/Source/core/html/parser/HTMLDocumentParser.h
|
| @@ -84,6 +84,7 @@ public:
|
| HTMLTokenizer* tokenizer() const { return m_tokenizer.get(); }
|
|
|
| virtual TextPosition textPosition() const override final;
|
| + virtual bool isParsingAtLineNumber() const override final;
|
| virtual OrdinalNumber lineNumber() const override final;
|
|
|
| virtual void suspendScheduledTasks() override final;
|
| @@ -203,6 +204,7 @@ private:
|
| bool m_tasksWereSuspended;
|
| unsigned m_pumpSessionNestingLevel;
|
| unsigned m_pumpSpeculationsSessionNestingLevel;
|
| + bool m_isParsingAtLineNumber;
|
| };
|
|
|
| }
|
|
|