| Index: src/api.cc
|
| diff --git a/src/api.cc b/src/api.cc
|
| index 2ef82dcb73bc184c5adeb20247de0d3ac9a45077..ebfd806e88fc63c86bbaf7619757dfb5049fda03 100644
|
| --- a/src/api.cc
|
| +++ b/src/api.cc
|
| @@ -8121,6 +8121,7 @@ Isolate* Isolate::New(const Isolate::CreateParams& params) {
|
| }
|
|
|
| isolate->set_api_external_references(params.external_references);
|
| + isolate->set_allow_atomics_wait(params.allow_atomics_wait);
|
| SetResourceConstraints(isolate, params.constraints);
|
| // TODO(jochen): Once we got rid of Isolate::Current(), we can remove this.
|
| Isolate::Scope isolate_scope(v8_isolate);
|
|
|