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

Unified Diff: sky/engine/core/html/parser/HTMLDocumentParser.h

Issue 934083002: Remove the concept of pendingScripts from HTMLScriptRunner (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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: sky/engine/core/html/parser/HTMLDocumentParser.h
diff --git a/sky/engine/core/html/parser/HTMLDocumentParser.h b/sky/engine/core/html/parser/HTMLDocumentParser.h
index fc0ed3e24eabbafff34a9b243a9ae1ec9c4e0b55..23e58ed57e8e9a2eea909793627b3ce1216232b3 100644
--- a/sky/engine/core/html/parser/HTMLDocumentParser.h
+++ b/sky/engine/core/html/parser/HTMLDocumentParser.h
@@ -94,7 +94,7 @@ private:
void stopBackgroundParser();
void processParsedChunkFromBackgroundParser(PassOwnPtr<ParsedChunk>);
- void pumpPendingSpeculations();
+ void pumpPendingChunks();
Document* contextForParsingSession();
@@ -119,7 +119,7 @@ private:
HTMLScriptRunner m_scriptRunner;
OwnPtr<ParsedChunk> m_lastChunkBeforeScript;
- Deque<OwnPtr<ParsedChunk> > m_speculations;
+ Deque<OwnPtr<ParsedChunk> > m_pendingChunks;
base::WeakPtrFactory<HTMLDocumentParser> m_weakFactory;
base::WeakPtr<BackgroundHTMLParser> m_backgroundParser;
« no previous file with comments | « sky/engine/core/html/parser/BackgroundHTMLParser.cpp ('k') | sky/engine/core/html/parser/HTMLDocumentParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698