| Index: third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp b/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
|
| index 7d37751098d19bcd864a5a1efd2a57829ce492b9..13e32ead8ebeace02643cf93e363a96ccb77a171 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
|
| @@ -374,7 +374,7 @@ void HTMLParserScriptRunner::pendingScriptFinished(
|
| // this code path.
|
| CHECK(false);
|
|
|
| - m_scriptsToExecuteAfterParsing.removeFirst();
|
| + m_scriptsToExecuteAfterParsing.pop_front();
|
| // TODO(hiroshige): executeScriptsWaitingForParsing() should be
|
| // called later at the appropriate time. https://crbug.com/696775
|
| }
|
|
|