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

Unified Diff: test/inspector/debugger/step-into.js

Issue 2720813002: [wasm] Fix importing wasm functions which are being debugged (Closed)
Patch Set: Awesome inspector test now :) Created 3 years, 10 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
Index: test/inspector/debugger/step-into.js
diff --git a/test/inspector/debugger/step-into.js b/test/inspector/debugger/step-into.js
index 009a94349f305ddb88a9aa3366c197fc05195f9e..401c4dfc985ef3131e7d02311029abbe3dc927dc 100644
--- a/test/inspector/debugger/step-into.js
+++ b/test/inspector/debugger/step-into.js
@@ -13,7 +13,7 @@ Protocol.Debugger.onPaused(message => {
}
var scriptId = frames[0].location.scriptId;
InspectorTest.log('break at:');
- InspectorTest.logCallFrameSourceLocation(frames[0])
+ InspectorTest.logSourceLocation(frames[0].location)
.then(() => Protocol.Debugger.stepInto());
});

Powered by Google App Engine
This is Rietveld 408576698