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

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-stopped-removed-race.html

Issue 2657893002: DevTools: temporarily revert Timeline->Performance rename. (Closed)
Patch Set: Introduce progress monitor Created 3 years, 11 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: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-stopped-removed-race.html
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-stopped-removed-race.html b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-stopped-removed-race.html
index ee5935c1d64c352f7dd193789501d910634ab278..028ba7867bbb17aafbbe28c2969d7c1dade89492 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-stopped-removed-race.html
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-stopped-removed-race.html
@@ -12,7 +12,7 @@ function test()
var cpuProfiler = SDK.targetManager.mainTarget().cpuProfilerModel;
var targetManager = SDK.targetManager;
targetManager.addEventListener(SDK.TargetManager.Events.SuspendStateChanged, onSuspendStateChanged);
- var profilesPanel = UI.panels.js_profiler;
+ var profilesPanel = UI.panels.heap_profiler;
InspectorTest.addSniffer(cpuProfiler, "stopRecording", stopRecording);
InspectorTest.addSniffer(profilesPanel, "_addProfileHeader", onAddProfileHeader);
profilesPanel.toggleRecord(); // Start profiling.

Powered by Google App Engine
This is Rietveld 408576698