| Index: test/cctest/wasm/wasm-run-utils.h
|
| diff --git a/test/cctest/wasm/wasm-run-utils.h b/test/cctest/wasm/wasm-run-utils.h
|
| index 8bf1d3e5c75fb12b1a32d8d72e33bdd8ee428777..8ff65b6368b28c1f684235c42cf1cb25ddca7ccc 100644
|
| --- a/test/cctest/wasm/wasm-run-utils.h
|
| +++ b/test/cctest/wasm/wasm-run-utils.h
|
| @@ -66,7 +66,7 @@ const uint32_t kMaxGlobalsSize = 128;
|
|
|
| // A helper for module environments that adds the ability to allocate memory
|
| // and global variables. Contains a built-in {WasmModule} and
|
| -// {WasmModuleInstance}.
|
| +// {WasmInstance}.
|
| class TestingModule : public ModuleEnv {
|
| public:
|
| explicit TestingModule(WasmExecutionMode mode = kExecuteCompiled)
|
| @@ -258,7 +258,7 @@ class TestingModule : public ModuleEnv {
|
| private:
|
| WasmExecutionMode execution_mode_;
|
| WasmModule module_;
|
| - WasmModuleInstance instance_;
|
| + WasmInstance instance_;
|
| Isolate* isolate_;
|
| v8::internal::AccountingAllocator allocator_;
|
| uint32_t global_offset;
|
|
|