Skip to content

Commit

Permalink
remove v8::Locker from deno_respond (denoland#2664)
Browse files Browse the repository at this point in the history
  • Loading branch information
afinch7 authored and ry committed Jul 18, 2019
1 parent 056c146 commit 042484d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/libdeno/api.cc
Expand Up @@ -173,7 +173,6 @@ void deno_respond(Deno* d_, void* user_data, deno_buf buf) {

// Asynchronous response.
deno::UserDataScope user_data_scope(d, user_data);
v8::Locker locker(d->isolate_);
v8::Isolate::Scope isolate_scope(d->isolate_);
v8::HandleScope handle_scope(d->isolate_);

Expand Down

0 comments on commit 042484d

Please sign in to comment.