| Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| index 9f401035d6fa12ce5fd74fd46b0a31d2eec02ea6..ee7cdb2a3c72c7889f717937a80f91001464e7eb 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| @@ -558,7 +558,7 @@ void WebDevToolsAgentImpl::SendProtocolMessage(int session_id,
|
| int call_id,
|
| const String& response,
|
| const String& state) {
|
| - ASSERT(Attached());
|
| + DCHECK(Attached());
|
| if (client_)
|
| client_->SendProtocolMessage(session_id, call_id, response, state);
|
| }
|
|
|