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

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

Issue 659713002: Remove SynchronousMode, as it is always ForceSynchronous. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased 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
« no previous file with comments | « no previous file | Source/core/html/parser/HTMLDocumentParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/HTMLDocumentParser.h
diff --git a/Source/core/html/parser/HTMLDocumentParser.h b/Source/core/html/parser/HTMLDocumentParser.h
index a7c379ef8cfb806bb5a03dfdcb125684c5018952..5164805910b5459cc6f40d131c618c584f353c7e 100644
--- a/Source/core/html/parser/HTMLDocumentParser.h
+++ b/Source/core/html/parser/HTMLDocumentParser.h
@@ -150,13 +150,9 @@ private:
Document* contextForParsingSession();
- enum SynchronousMode {
- AllowYield,
- ForceSynchronous,
- };
- bool canTakeNextToken(SynchronousMode, PumpSession&);
- void pumpTokenizer(SynchronousMode);
- void pumpTokenizerIfPossible(SynchronousMode);
+ bool canTakeNextToken(PumpSession&);
+ void pumpTokenizer();
+ void pumpTokenizerIfPossible();
void constructTreeFromHTMLToken(HTMLToken&);
void constructTreeFromCompactHTMLToken(const CompactHTMLToken&);
« no previous file with comments | « no previous file | Source/core/html/parser/HTMLDocumentParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698