| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 4e0647bf2a5a09408a14009d6a653b5a354364bc..28ea707986da2858fa53fc0c428231b867b8f56d 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -3451,9 +3451,7 @@ bool Genesis::InstallSpecialObjects(Handle<Context> native_context) {
|
| JSObject::AddProperty(global, debug_string, global_proxy, DONT_ENUM);
|
| }
|
|
|
| - if (FLAG_expose_wasm) {
|
| - WasmJs::Install(isolate, global);
|
| - }
|
| + WasmJs::Install(isolate, global);
|
|
|
| return true;
|
| }
|
|
|