| Index: third_party/WebKit/Source/core/html/parser/HTMLViewSourceParser.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLViewSourceParser.cpp b/third_party/WebKit/Source/core/html/parser/HTMLViewSourceParser.cpp
 | 
| index ce2a0a505aa4d2bdff8189831324f6e57b28c28f..edf1862ed0a07e106f8492a17c5e575d8af621d3 100644
 | 
| --- a/third_party/WebKit/Source/core/html/parser/HTMLViewSourceParser.cpp
 | 
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLViewSourceParser.cpp
 | 
| @@ -77,10 +77,10 @@ void HTMLViewSourceParser::finish() {
 | 
|    if (!m_input.haveSeenEndOfFile())
 | 
|      m_input.markEndOfFile();
 | 
|  
 | 
| -  if (!isDetached())
 | 
| +  if (!isDetached()) {
 | 
|      pumpTokenizer();
 | 
| -
 | 
| -  document()->finishedParsing();
 | 
| +    document()->finishedParsing();
 | 
| +  }
 | 
|  }
 | 
|  
 | 
|  }  // namespace blink
 | 
| 
 |