| Index: src/wasm/wasm-js.cc
|
| diff --git a/src/wasm/wasm-js.cc b/src/wasm/wasm-js.cc
|
| index b88125bffd90f53bc08fc7997b856d8d55a72c6f..e4eddc44be6cf08c6e335785b1c2e91d1950c928 100644
|
| --- a/src/wasm/wasm-js.cc
|
| +++ b/src/wasm/wasm-js.cc
|
| @@ -287,7 +287,7 @@ void WasmJs::Install(Isolate* isolate, Handle<JSGlobalObject> global) {
|
|
|
| // Bind the WASM object.
|
| Factory* factory = isolate->factory();
|
| - Handle<String> name = v8_str(isolate, "_WASMEXP_");
|
| + Handle<String> name = v8_str(isolate, "Wasm");
|
| Handle<JSFunction> cons = factory->NewFunction(name);
|
| JSFunction::SetInstancePrototype(
|
| cons, Handle<Object>(context->initial_object_prototype(), isolate));
|
|
|