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

Unified Diff: test/inspector/debugger/framework-stepping.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/framework-stepping.js
diff --git a/test/inspector/debugger/framework-stepping.js b/test/inspector/debugger/framework-stepping.js
index 6c6ae9caa0fc530de80a98acc62b8baf0504612d..605422850463108f82d92b228d3ed0ba9be4690c 100644
--- a/test/inspector/debugger/framework-stepping.js
+++ b/test/inspector/debugger/framework-stepping.js
@@ -11,7 +11,7 @@ function frameworkCall(funcs) {
}
function frameworkBreakAndCall(funcs) {
- breakProgram('', '');
+ inspector.breakProgram('', '');
for (var f of funcs) f();
}
//# sourceURL=framework.js`,

Powered by Google App Engine
This is Rietveld 408576698