| Index: third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| index be112157e0b0fd304b57142c2dfa2aa7a0252a94..0ec37796970817821d0b8e6f649f9317fc83b0f7 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| @@ -357,7 +357,7 @@ void V8RuntimeAgentImpl::clearFrontend()
|
| {
|
| ErrorString error;
|
| disable(&error);
|
| - ASSERT(m_frontend);
|
| + DCHECK(m_frontend);
|
| m_frontend = nullptr;
|
| }
|
|
|
|
|