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

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

Issue 2554813002: Make HTMLParserScheduler inherit from ActiveDOMObject
Patch Set: Created 4 years 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: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
index f5184574cbfe50bf59daeeff95ee22e638ed55ed..60b93f6ad4e342e17fc3f32aa3d73f17a8479c05 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
@@ -103,9 +103,6 @@ class CORE_EXPORT HTMLDocumentParser : public ScriptableDocumentParser,
bool isParsingAtLineNumber() const final;
OrdinalNumber lineNumber() const final;
- void suspendScheduledTasks() final;
- void resumeScheduledTasks() final;
-
HTMLParserReentryPermit* reentryPermit() { return m_reentryPermit.get(); }
struct TokenizedChunk {
@@ -287,7 +284,6 @@ class CORE_EXPORT HTMLDocumentParser : public ScriptableDocumentParser,
bool m_shouldUseThreading;
bool m_endWasDelayed;
bool m_haveBackgroundParser;
- bool m_tasksWereSuspended;
unsigned m_pumpSessionNestingLevel;
unsigned m_pumpSpeculationsSessionNestingLevel;
bool m_isParsingAtLineNumber;

Powered by Google App Engine
This is Rietveld 408576698