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

Unified Diff: test/inspector/debugger/destory-in-break-program.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
« no previous file with comments | « test/inspector/console/destroy-context-during-log.js ('k') | test/inspector/debugger/framework-break.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/destory-in-break-program.js
diff --git a/test/inspector/debugger/destory-in-break-program.js b/test/inspector/debugger/destory-in-break-program.js
index 6366b36250dbdbf3e8f305874a6cfe7fd8c7263a..799701da5acaba866573467e3e0ba7f6402a4f82 100644
--- a/test/inspector/debugger/destory-in-break-program.js
+++ b/test/inspector/debugger/destory-in-break-program.js
@@ -8,6 +8,6 @@ InspectorTest.log('Check destroying agent inside of breakProgram');
await Protocol.Debugger.enable();
Protocol.Runtime.evaluate({expression: 'inspector.breakProgram(\'\', \'{}\')'});
await Protocol.Debugger.oncePaused();
- utils.disconnect();
+ InspectorTest.session.disconnect();
utils.quit();
})();
« no previous file with comments | « test/inspector/console/destroy-context-during-log.js ('k') | test/inspector/debugger/framework-break.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698