| Index: src/wasm/wasm-debug.cc
|
| diff --git a/src/wasm/wasm-debug.cc b/src/wasm/wasm-debug.cc
|
| index a62db20aec41a3bfa87599081db8ffb40c2fde46..38d5a4c876f528854b4af9fee9c9b99939c3c7dd 100644
|
| --- a/src/wasm/wasm-debug.cc
|
| +++ b/src/wasm/wasm-debug.cc
|
| @@ -178,7 +178,7 @@ class InterpreterHandle {
|
| hit_breakpoints.ToHandleChecked());
|
| }
|
|
|
| - isolate_->debug()->OnDebugBreak(hit_breakpoints_js, false);
|
| + isolate_->debug()->OnDebugBreak(hit_breakpoints_js);
|
| }
|
|
|
| int GetTopPosition(Handle<WasmCompiledModule> compiled_module) {
|
|
|