| Index: src/wasm/wasm-js.h
|
| diff --git a/src/wasm/wasm-js.h b/src/wasm/wasm-js.h
|
| index 9bf4bf075f3308d7ddec0e3e0ff06af47c3329d4..1052bb4922d054b51513f24280553ef6f377d14d 100644
|
| --- a/src/wasm/wasm-js.h
|
| +++ b/src/wasm/wasm-js.h
|
| @@ -19,11 +19,11 @@ namespace internal {
|
| class WasmJs {
|
| public:
|
| static void Install(Isolate* isolate, Handle<JSGlobalObject> global_object);
|
| - static void InstallWasmFunctionMap(Isolate* isolate, Handle<Context> context);
|
| - static void InstallWasmModuleSymbol(Isolate* isolate,
|
| - Handle<JSGlobalObject> global,
|
| - Handle<Context> context);
|
| - static void SetupIsolateForWasm(Isolate* isolate);
|
| + static void InstallWasmFunctionMapIfNeeded(Isolate* isolate,
|
| + Handle<Context> context);
|
| + static void InstallWasmModuleSymbolIfNeeded(Isolate* isolate,
|
| + Handle<JSGlobalObject> global,
|
| + Handle<Context> context);
|
| };
|
|
|
| } // namespace internal
|
|
|