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

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

Issue 2699713002: [Script Spec Annotation] Annotate HTMLParserScriptRunner (Closed)
Patch Set: reflect comments Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.h b/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.h
index f61cf2f5eb5c3bf042be3582ec58d5cc125fa52e..2c9a3b94f0e5779e1e47c9720eef9fa27739ed2c 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.h
@@ -121,8 +121,11 @@ class HTMLParserScriptRunner final
RefPtr<HTMLParserReentryPermit> m_reentryPermit;
Member<Document> m_document;
Member<HTMLParserScriptRunnerHost> m_host;
+
+ // https://html.spec.whatwg.org/#pending-parsing-blocking-script
Member<PendingScript> m_parserBlockingScript;
- // http://www.whatwg.org/specs/web-apps/current-work/#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing
+
+ // https://html.spec.whatwg.org/#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing
HeapDeque<Member<PendingScript>> m_scriptsToExecuteAfterParsing;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698