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

Unified Diff: test/inspector/heap-profiler/take-heap-snapshot-on-pause.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/heap-profiler/take-heap-snapshot-on-pause.js
diff --git a/test/inspector/heap-profiler/take-heap-snapshot-on-pause.js b/test/inspector/heap-profiler/take-heap-snapshot-on-pause.js
index bb8c211d5f650652c693db7913266ce6f51a6853..a5aa5a9a5dbccb9a08de2eb4ffe22f3b462a2866 100644
--- a/test/inspector/heap-profiler/take-heap-snapshot-on-pause.js
+++ b/test/inspector/heap-profiler/take-heap-snapshot-on-pause.js
@@ -7,7 +7,7 @@ checks.');
InspectorTest.addScript(`
function testFunction() {
- var array = [ createObjectWithStrictCheck() ];
+ var array = [ inspector.createObjectWithStrictCheck() ];
debugger;
}
//# sourceURL=test.js`);

Powered by Google App Engine
This is Rietveld 408576698