| Index: LayoutTests/inspector/profiler/cpu-profiler-flame-chart-overview.html
|
| diff --git a/LayoutTests/inspector/profiler/cpu-profiler-flame-chart-overview.html b/LayoutTests/inspector/profiler/cpu-profiler-flame-chart-overview.html
|
| index 40b6b98138ba03c358923c6146920de08699ac89..abd46637e3908558f3abac05744cc9ce7dcde4d0 100644
|
| --- a/LayoutTests/inspector/profiler/cpu-profiler-flame-chart-overview.html
|
| +++ b/LayoutTests/inspector/profiler/cpu-profiler-flame-chart-overview.html
|
| @@ -814,6 +814,7 @@ function test()
|
| for (var i = 0; i < profile.samples.length; ++i)
|
| profile.timestamps.push(startTime + i * samplingInterval);
|
| profileAndExpectations.target = function() {};
|
| + profileAndExpectations.weakTarget = function() { return new WeakReference(null);};
|
| WebInspector.inspectorView.showPanel("profiles");
|
| var cpuProfileView = new WebInspector.CPUProfileView(profileAndExpectations);
|
| cpuProfileView.viewSelectComboBox.setSelectedIndex(0);
|
|
|