| 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 b06f1a3626107c7e89c5a6eb89320b9066e73ab7..0648e0fa870ad91310f6fddc61b1b60f37ceb925 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| @@ -481,8 +481,8 @@ size_t HTMLDocumentParser::processTokenizedChunkFromBackgroundParser(
|
| popChunk.get(), TRACE_EVENT_FLAG_FLOW_IN);
|
| AutoReset<bool> hasLineNumber(&m_isParsingAtLineNumber, true);
|
|
|
| - ASSERT_WITH_SECURITY_IMPLICATION(m_pumpSpeculationsSessionNestingLevel == 1);
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!inPumpSession());
|
| + SECURITY_DCHECK(m_pumpSpeculationsSessionNestingLevel == 1);
|
| + SECURITY_DCHECK(!inPumpSession());
|
| ASSERT(!isParsingFragment());
|
| ASSERT(!isWaitingForScripts());
|
| ASSERT(!isStopped());
|
|
|