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

Unified Diff: test/inspector/debugger/stepping-with-exposed-injected-script.js

Issue 2890463004: [inspector] Refactor inspector test (Closed)
Patch Set: better crash fix Created 3 years, 7 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/stepping-with-exposed-injected-script.js
diff --git a/test/inspector/debugger/stepping-with-exposed-injected-script.js b/test/inspector/debugger/stepping-with-exposed-injected-script.js
index 499611c8972c4e6ac25acc956c230b09ee456288..54b93d54a4291d6180640b2dfe48d196d1d3f392 100644
--- a/test/inspector/debugger/stepping-with-exposed-injected-script.js
+++ b/test/inspector/debugger/stepping-with-exposed-injected-script.js
@@ -4,7 +4,7 @@
// Flags: --expose-inspector-scripts
Protocol.Debugger.onPaused(message => {
- let url = InspectorTest._scriptMap.get(message.params.callFrames[0].location.scriptId).url;
+ let url = InspectorTest.session._scriptMap.get(message.params.callFrames[0].location.scriptId).url;
if (url !== 'test.js') {
InspectorTest.log('InjectedSciptSource on stack.');
InspectorTest.completeTest();
« no previous file with comments | « test/inspector/debugger/stepping-ignores-injected-script.js ('k') | test/inspector/debugger/wasm-scripts.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698