Chromium Code Reviews| Index: Source/core/html/parser/HTMLDocumentParser.h |
| diff --git a/Source/core/html/parser/HTMLDocumentParser.h b/Source/core/html/parser/HTMLDocumentParser.h |
| index 84dc98297c9595a4cf82d9c252412fbe40df7582..40ed44de98e35d6e84a7427ab04123ad3e3d0ceb 100644 |
| --- a/Source/core/html/parser/HTMLDocumentParser.h |
| +++ b/Source/core/html/parser/HTMLDocumentParser.h |
| @@ -199,6 +199,7 @@ private: |
| bool m_isPinnedToMainThread; |
| bool m_endWasDelayed; |
| bool m_haveBackgroundParser; |
| + bool m_tasksWereSuspended; |
|
kouhei (in TOK)
2014/11/19 07:56:10
Would you move this flag under HTMLParserScheduler
João Eiras
2014/11/27 01:18:38
Btw, what about this ? Still want me to change it
kouhei (in TOK)
2014/11/27 01:51:04
I think we should move the flag, but not necessari
|
| unsigned m_pumpSessionNestingLevel; |
| }; |