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

Unified Diff: LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html

Issue 15816002: Remove console.profiles from window.console API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 7 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: LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html
diff --git a/LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html b/LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html
index 8eda6cc23a72c883d6d89a663859402f3e613872..6f97a3c79f678703bc9ab57bfd49f02162033afe 100644
--- a/LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html
+++ b/LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html
@@ -49,6 +49,7 @@ function test()
function didStopFrontendProfile2(messageObject)
{
InspectorTest.expectedSuccess("stopFrontendProfileSecondTime", messageObject)
+ InspectorTest.sendCommand("Profiler.clearProfiles", {});
InspectorTest.completeTest();
}
}

Powered by Google App Engine
This is Rietveld 408576698