| Index: src/wasm/wasm-module.h
|
| diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h
|
| index a372d70d0511a943a6edb8d905a2a4846815dfb9..e7e2fdcd4b779605f12fef77780940d4214c66cf 100644
|
| --- a/src/wasm/wasm-module.h
|
| +++ b/src/wasm/wasm-module.h
|
| @@ -159,7 +159,6 @@ struct WasmModule {
|
| static const uint32_t kMinMemPages = 1; // Minimum memory size = 64kb
|
| static const uint32_t kMaxMemPages = 16384; // Maximum memory size = 1gb
|
|
|
| - Isolate* shared_isolate; // isolate for storing shared code.
|
| const byte* module_start; // starting address for the module bytes.
|
| const byte* module_end; // end address for the module bytes.
|
| uint32_t min_mem_pages; // minimum size of the memory in 64k pages.
|
|
|