| Index: components/devtools_discovery/devtools_discovery_manager.cc
|
| diff --git a/components/devtools_discovery/devtools_discovery_manager.cc b/components/devtools_discovery/devtools_discovery_manager.cc
|
| index d7900cd390be30e59eeda9683e798a70e95a1987..f89d0a2e83a8ad1241d5b0eb8bb38a051044dd0f 100644
|
| --- a/components/devtools_discovery/devtools_discovery_manager.cc
|
| +++ b/components/devtools_discovery/devtools_discovery_manager.cc
|
| @@ -82,7 +82,7 @@
|
| result->SetInteger("id", id);
|
| std::unique_ptr<base::DictionaryValue> cmd_result(
|
| new base::DictionaryValue());
|
| - cmd_result->SetString("targetId", descriptor->GetAgentHost()->GetId());
|
| + cmd_result->SetString("targetId", descriptor->GetId());
|
| result->Set("result", std::move(cmd_result));
|
| return result;
|
| }
|
|
|