Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(465)

Unified Diff: src/wasm/wasm-debug.cc

Issue 2642253005: [debugger api] remove legacy JSON debug protocol. (Closed)
Patch Set: fix cctest Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/log.cc ('k') | test/cctest/wasm/test-wasm-breakpoints.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « src/log.cc ('k') | test/cctest/wasm/test-wasm-breakpoints.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698