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

Unified Diff: sky/engine/core/dom/DocumentParser.h

Issue 814173005: The Sky parser should yield before start tags (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/core/dom/Document.cpp ('k') | sky/engine/core/html/parser/BackgroundHTMLParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/DocumentParser.h
diff --git a/sky/engine/core/dom/DocumentParser.h b/sky/engine/core/dom/DocumentParser.h
index 058970a9586b354cc3000c47db2a9a4ddccdb304..422141291cd07d333fa11392b9f5b8112e7a0741 100644
--- a/sky/engine/core/dom/DocumentParser.h
+++ b/sky/engine/core/dom/DocumentParser.h
@@ -46,7 +46,7 @@ public:
const base::Closure& completionCallback) = 0;
virtual TextPosition textPosition() const = 0;
- virtual void executeScriptsWaitingForResources() = 0;
+ virtual void resumeAfterWaitingForImports() = 0;
virtual bool isWaitingForScripts() const = 0;
virtual bool isExecutingScript() const = 0;
« no previous file with comments | « sky/engine/core/dom/Document.cpp ('k') | sky/engine/core/html/parser/BackgroundHTMLParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698