| 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 379bf3908f60ec2623c1cd36a43fd4ce570e81bf..5f75102800f1e3f33ba2b39acf8d64fd68b46d39 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| @@ -989,7 +989,7 @@ void HTMLDocumentParser::EndIfDelayed() {
|
| }
|
|
|
| void HTMLDocumentParser::Finish() {
|
| - // FIXME: We should ASSERT(!m_parserStopped) here, since it does not makes
|
| + // FIXME: We should DCHECK(!m_parserStopped) here, since it does not makes
|
| // sense to call any methods on DocumentParser once it's been stopped.
|
| // However, FrameLoader::stop calls DocumentParser::finish unconditionally.
|
|
|
|
|