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

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: Fixed wrong method called Created 6 years, 2 months 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 5089e044b9b28ceda55906d3c1e98b8e17838c52..5cb82ec48de5bdad8efe95db0aa7118f6f9887f1 100644
--- a/Source/core/html/parser/HTMLDocumentParser.h
+++ b/Source/core/html/parser/HTMLDocumentParser.h
@@ -203,6 +203,7 @@ private:
bool m_isPinnedToMainThread;
bool m_endWasDelayed;
bool m_haveBackgroundParser;
+ bool m_tasksWereSuspended;
unsigned m_pumpSessionNestingLevel;
};

Powered by Google App Engine
This is Rietveld 408576698