chore: stop using v8::Locker everywhere (#34078)
This commit is contained in:
parent
a2a8e493eb
commit
d8a7219d07
23 changed files with 0 additions and 43 deletions
|
@ -372,7 +372,6 @@ void Session::OnDownloadCreated(content::DownloadManager* manager,
|
|||
if (item->IsSavePackageDownload())
|
||||
return;
|
||||
|
||||
v8::Locker locker(isolate_);
|
||||
v8::HandleScope handle_scope(isolate_);
|
||||
auto handle = DownloadItem::FromOrCreate(isolate_, item);
|
||||
if (item->GetState() == download::DownloadItem::INTERRUPTED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue