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

Unified Diff: test/inspector/cpu-profiler/coverage.js

Issue 2713023004: [inspector] added reconnect method for tests (Closed)
Patch Set: rebased Created 3 years, 10 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/cpu-profiler/coverage.js
diff --git a/test/inspector/cpu-profiler/coverage.js b/test/inspector/cpu-profiler/coverage.js
index 16f679dc5abbe6306bf08c8b71d509ff698c5311..2ec24758444cec3afadca61e3ade62143fcded94 100644
--- a/test/inspector/cpu-profiler/coverage.js
+++ b/test/inspector/cpu-profiler/coverage.js
@@ -14,7 +14,7 @@ function fib(x) {
fib(5);
`;
-print("Test collecting code coverage data with Profiler.collectCoverage.");
+InspectorTest.log("Test collecting code coverage data with Profiler.collectCoverage.");
function ClearAndGC() {
return Protocol.Runtime.evaluate({ expression: "fib = null;" })
« no previous file with comments | « test/inspector/cpu-profiler/console-profile-end-parameterless-crash.js ('k') | test/inspector/cpu-profiler/enable-disable.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698