| Index: src/runtime/runtime-wasm.cc
|
| diff --git a/src/runtime/runtime-wasm.cc b/src/runtime/runtime-wasm.cc
|
| index 6fc72767ea57bba5cbb4fe9c9be65433ebb4bca0..4f4b4264339bc9412ec0594785dd1567f629adef 100644
|
| --- a/src/runtime/runtime-wasm.cc
|
| +++ b/src/runtime/runtime-wasm.cc
|
| @@ -22,6 +22,10 @@ namespace {
|
| const int kWasmMemArrayBuffer = 2;
|
| }
|
|
|
| +namespace wasm {
|
| +wasm::TrapHandlerData* gTrapHandlers = nullptr;
|
| +}
|
| +
|
| RUNTIME_FUNCTION(Runtime_WasmGrowMemory) {
|
| HandleScope scope(isolate);
|
| DCHECK_EQ(1, args.length());
|
|
|