| 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 9899de9f7c6644a37ccd1b498df15a5e4cc06df3..cef8210deef6c75cafcd6c0a7f7fc06b3fa9d60d 100644
|
| --- a/content/browser/devtools/service_worker_devtools_manager.cc
|
| +++ b/content/browser/devtools/service_worker_devtools_manager.cc
|
| @@ -118,7 +118,7 @@ void ServiceWorkerDevToolsManager::WorkerReadyForInspection(
|
|
|
| // Then bring up UI for the ones not picked by other clients.
|
| if (host->IsPausedForDebugOnStart() && !host->IsAttached())
|
| - host->Inspect();
|
| + host->Inspect(nullptr);
|
| }
|
|
|
| void ServiceWorkerDevToolsManager::WorkerVersionInstalled(int worker_process_id,
|
|
|