| 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 23aa6427f502a717d87f9bbb4569a6116ea9cc4d..e114769de623d85b2ef77428d2d2e65f14d534fe 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| @@ -460,8 +460,8 @@ size_t HTMLDocumentParser::processParsedChunkFromBackgroundParser(std::unique_pt
|
| if (tokens->last().type() == HTMLToken::EndOfFile) {
|
| ASSERT(m_speculations.isEmpty()); // There should never be any chunks after the EOF.
|
| prepareToStopParsing();
|
| - }
|
| - break;
|
| + break;
|
| + }
|
| }
|
|
|
| m_textPosition = it->textPosition();
|
|
|