| Index: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| index 51efd1d1cddafb2341a24317f983430eaea4ebbc..873d7f74ddc7b45f978616fb99fa7839c5903487 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| @@ -635,7 +635,7 @@ void HTMLDocumentParser::pumpPendingSpeculations() {
|
|
|
| if (m_speculations.isEmpty() ||
|
| m_parserScheduler->yieldIfNeeded(
|
| - session, m_speculations.first()->startingScript))
|
| + session, m_speculations.front()->startingScript))
|
| break;
|
| }
|
| }
|
|
|