| 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.
|
|
|