mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: stop using v8::Locker everywhere (#34078)
This commit is contained in:
@@ -628,8 +628,6 @@ void NodeBindings::UvRunOnce() {
|
||||
if (!env)
|
||||
return;
|
||||
|
||||
// Use Locker in browser process.
|
||||
gin_helper::Locker locker(env->isolate());
|
||||
v8::HandleScope handle_scope(env->isolate());
|
||||
|
||||
// Enter node context while dealing with uv events.
|
||||
|
||||
Reference in New Issue
Block a user