Skip to content

Commit

Permalink
v8::Locker => mate::Locker
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Jan 15, 2019
1 parent aa746ea commit 451738f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion atom/common/api/atom_api_shell.cc
Expand Up @@ -80,8 +80,9 @@ v8::Local<v8::Promise> OpenExternal(
#endif
mate::Arguments* args) {

v8::Locker locker(args->isolate());
mate::Locker locker(args->isolate());
v8::HandleScope handle_scope(args->isolate());

scoped_refptr<atom::util::Promise> promise =
new atom::util::Promise(args->isolate());

Expand Down

0 comments on commit 451738f

Please sign in to comment.