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

Unified Diff: test/inspector/debugger/collect-old-async-call-chains.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/collect-old-async-call-chains.js
diff --git a/test/inspector/debugger/collect-old-async-call-chains.js b/test/inspector/debugger/collect-old-async-call-chains.js
index f96df88fd5e152c29a32d26747703237ed53381e..73f55ca88a7e9307d3088b6076fc3f288961e112 100644
--- a/test/inspector/debugger/collect-old-async-call-chains.js
+++ b/test/inspector/debugger/collect-old-async-call-chains.js
@@ -165,7 +165,7 @@ function dumpAsyncChainLength(message) {
}
async function setMaxAsyncTaskStacks(max) {
- let expression = `setMaxAsyncTaskStacks(${max})`;
+ let expression = `inspector.setMaxAsyncTaskStacks(${max})`;
InspectorTest.log(expression);
await Protocol.Runtime.evaluate({expression});
}

Powered by Google App Engine
This is Rietveld 408576698