| Index: components/devtools_http_handler/devtools_http_handler.cc
|
| diff --git a/components/devtools_http_handler/devtools_http_handler.cc b/components/devtools_http_handler/devtools_http_handler.cc
|
| index 6d2f94cf03c1fc1370c35f08bef9751755c7acce..38f32dc1da2ebbc96522612e23e131b1edc069dd 100644
|
| --- a/components/devtools_http_handler/devtools_http_handler.cc
|
| +++ b/components/devtools_http_handler/devtools_http_handler.cc
|
| @@ -210,7 +210,7 @@ void StartServerOnHandlerThread(
|
| const base::FilePath& output_directory,
|
| const base::FilePath& frontend_dir,
|
| bool bundles_resources) {
|
| - DCHECK_EQ(thread->message_loop(), base::MessageLoop::current());
|
| + DCHECK(thread->task_runner()->BelongsToCurrentThread());
|
| ServerWrapper* server_wrapper = nullptr;
|
| std::unique_ptr<net::ServerSocket> server_socket =
|
| server_socket_factory->CreateForHttpServer();
|
|
|