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

Unified Diff: test/inspector/debugger/framework-precise-ranges.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/debugger/framework-break.js ('k') | test/inspector/debugger/framework-stepping.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/framework-precise-ranges.js
diff --git a/test/inspector/debugger/framework-precise-ranges.js b/test/inspector/debugger/framework-precise-ranges.js
index 3b23cf50df45444c7a34a3d1d3f9ffd3dde338fc..bbc8ebdb9e68260d5bd4fbc7c2dd626782a2de95 100644
--- a/test/inspector/debugger/framework-precise-ranges.js
+++ b/test/inspector/debugger/framework-precise-ranges.js
@@ -64,7 +64,7 @@ var testSuite = [
];
function testPositions(positions) {
- utils.schedulePauseOnNextStatement('', '');
+ InspectorTest.contextGroup.schedulePauseOnNextStatement('', '');
return Protocol.Debugger
.setBlackboxedRanges({scriptId: scriptId, positions: positions})
.then(InspectorTest.logMessage)
« no previous file with comments | « test/inspector/debugger/framework-break.js ('k') | test/inspector/debugger/framework-stepping.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698