mirror of
https://github.com/electron/electron.git
synced 2026-02-08 06:05:03 -05:00
fix lint-cpp
This commit is contained in:
@@ -79,7 +79,8 @@ void ToDictionary(base::DictionaryValue* details, net::URLRequest* request) {
|
||||
int64_t process_id = info->GetChildID();
|
||||
int64_t routing_id = info->GetRouteID();
|
||||
details->SetDouble("webContentsGetId", (process_id << 32) + routing_id);
|
||||
details->SetString("resourceType", ResourceTypeToString(info->GetResourceType()));
|
||||
details->SetString("resourceType",
|
||||
ResourceTypeToString(info->GetResourceType()));
|
||||
} else {
|
||||
details->SetString("resourceType", "other");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user