chore: remove unnecessary casting to base::Value (#37591)
Co-authored-by: Milan Burda <miburda@microsoft.com>
This commit is contained in:
parent
64b39dce14
commit
7ed3c7a359
5 changed files with 7 additions and 8 deletions
|
@ -166,7 +166,7 @@ v8::Local<v8::Value> Converter<net::HttpResponseHeaders*>::ToV8(
|
|||
values->Append(value);
|
||||
}
|
||||
}
|
||||
return ConvertToV8(isolate, base::Value(std::move(response_headers)));
|
||||
return ConvertToV8(isolate, response_headers);
|
||||
}
|
||||
|
||||
bool Converter<net::HttpResponseHeaders*>::FromV8(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue