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

Unified Diff: test/inspector/debugger/stepping-and-break-program-api.js

Issue 2832723004: [test/inspector] remove any usage of v8::Extension (Closed)
Patch Set: ac Created 3 years, 8 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-and-break-program-api.js
diff --git a/test/inspector/debugger/stepping-and-break-program-api.js b/test/inspector/debugger/stepping-and-break-program-api.js
index 4900843fc533fd54066497f7794a0ece6d09398f..b9b5acefc31730dedf04963aaf556cf081f6e78c 100644
--- a/test/inspector/debugger/stepping-and-break-program-api.js
+++ b/test/inspector/debugger/stepping-and-break-program-api.js
@@ -7,7 +7,7 @@ InspectorTest.log('Checks that stepping is cleared after breakProgram.');
InspectorTest.addScript(`
function callBreakProgram() {
debugger;
- breakProgram('reason', '');
+ inspector.breakProgram('reason', '');
}`);
InspectorTest.setupScriptMap();

Powered by Google App Engine
This is Rietveld 408576698