| Index: content/browser/devtools/service_worker_devtools_manager.cc
|
| diff --git a/content/browser/devtools/service_worker_devtools_manager.cc b/content/browser/devtools/service_worker_devtools_manager.cc
|
| index 9b639c6fe6d85db117860f796d5e026bc4e6ce40..a423066d12e2c5339fefba62e7683b918aa5cb21 100644
|
| --- a/content/browser/devtools/service_worker_devtools_manager.cc
|
| +++ b/content/browser/devtools/service_worker_devtools_manager.cc
|
| @@ -91,7 +91,7 @@ bool ServiceWorkerDevToolsManager::WorkerCreated(
|
| workers_[id] = agent_host;
|
| DevToolsManager::GetInstance()->AgentHostChanged(agent_host);
|
|
|
| - return it->second->IsAttached();
|
| + return agent_host->IsAttached();
|
| }
|
|
|
| void ServiceWorkerDevToolsManager::WorkerReadyForInspection(
|
|
|