| Index: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-flame-chart-overview.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-flame-chart-overview.html b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-flame-chart-overview.html
|
| index be6c3651c78ed60d178e4c75495b61a71baa9994..9ce3b5ffc6d9d1ec3241b93ce30a31d9fa0621f6 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-flame-chart-overview.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-flame-chart-overview.html
|
| @@ -935,7 +935,7 @@ function test()
|
| profile.timeDeltas = [0, ...new Array(profile.samples.length - 1).fill(samplingInterval)];
|
| profileAndExpectations.target = () => {};
|
| profileAndExpectations.weakTarget = () => new WeakReference(null);
|
| - var cpuProfileView = new WebInspector.CPUProfileView(profileAndExpectations);
|
| + var cpuProfileView = new Profiler.CPUProfileView(profileAndExpectations);
|
| cpuProfileView.viewSelectComboBox.setSelectedIndex(0);
|
| cpuProfileView._changeView();
|
| var overviewPane = cpuProfileView._flameChart._overviewPane;
|
|
|