Index: src/api.cc |
diff --git a/src/api.cc b/src/api.cc |
index d784673d7f87a4eafccb29dda438a39f8671ed84..91269a18529772b3c6e6d0dda25a0bf79ef61a80 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); |