| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 425b64d1ddb2bb849070ef83bee591f700fcd2da..7a9ab1b14319612f2ea0bbd384982333ba2a2e3b 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -3450,9 +3450,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;
|
| }
|
|
|