| Index: Source/core/html/parser/HTMLDocumentParser.h
|
| diff --git a/Source/core/html/parser/HTMLDocumentParser.h b/Source/core/html/parser/HTMLDocumentParser.h
|
| index 300f40f7ff673c925f95e6003b417d6c6013593e..bf19e2bbe26a427443d5e0de0991564c374cdc2b 100644
|
| --- a/Source/core/html/parser/HTMLDocumentParser.h
|
| +++ b/Source/core/html/parser/HTMLDocumentParser.h
|
| @@ -200,6 +200,7 @@ private:
|
| bool m_isPinnedToMainThread;
|
| bool m_endWasDelayed;
|
| bool m_haveBackgroundParser;
|
| + bool m_tasksWereSuspended;
|
| unsigned m_pumpSessionNestingLevel;
|
| unsigned m_pumpSpeculationsSessionNestingLevel;
|
| };
|
|
|