| 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;
|
| };
|
|
|
|
|