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`); |