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

Unified Diff: test/inspector/debugger/inspector-break-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/inspector-break-api.js
diff --git a/test/inspector/debugger/inspector-break-api.js b/test/inspector/debugger/inspector-break-api.js
index 009bf717a4ba4499fd3e59df93abd6861e02881d..02f68ba40f20a0821c2c2992c8541ff28659d7e9 100644
--- a/test/inspector/debugger/inspector-break-api.js
+++ b/test/inspector/debugger/inspector-break-api.js
@@ -6,7 +6,7 @@ InspectorTest.log("Checks breakProgram,(schedule|cancel)PauseOnNextStatement tes
InspectorTest.addScript(`
function callBreakProgram() {
- breakProgram('reason', JSON.stringify({a: 42}));
+ inspector.breakProgram('reason', JSON.stringify({a: 42}));
}
function foo() {

Powered by Google App Engine
This is Rietveld 408576698