mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: add handle scope in SelectClientCertificate (#25019)
This commit is contained in:
@@ -755,7 +755,7 @@ base::OnceClosure App::SelectClientCertificate(
|
||||
|
||||
auto shared_identities =
|
||||
std::make_shared<net::ClientCertIdentityList>(std::move(identities));
|
||||
|
||||
v8::HandleScope handle_scope(isolate());
|
||||
bool prevent_default =
|
||||
Emit("select-client-certificate",
|
||||
WebContents::FromOrCreate(isolate(), web_contents),
|
||||
|
||||
Reference in New Issue
Block a user