Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: Source/core/html/parser/HTMLDocumentParser.h

Issue 625583002: Properly suspend HTMLDocumentParser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: better way to call m_parserScheduler->resume Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698