| Index: third_party/WebKit/Source/core/inspector/InspectorTaskRunner.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTaskRunner.cpp b/third_party/WebKit/Source/core/inspector/InspectorTaskRunner.cpp
|
| index d3602dd3364566d8c2654603a27157bf549e5191..218dba281826652b2019c29866dd611450c3da2a 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTaskRunner.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTaskRunner.cpp
|
| @@ -45,7 +45,7 @@ std::unique_ptr<InspectorTaskRunner::Task> InspectorTaskRunner::takeNextTask(
|
| if (m_killed || timedOut)
|
| return nullptr;
|
|
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!m_queue.isEmpty());
|
| + SECURITY_DCHECK(!m_queue.isEmpty());
|
| return m_queue.takeFirst();
|
| }
|
|
|
|
|