| Index: LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html
|
| diff --git a/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html b/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html
|
| index da01b8b9524bffdf1937bc72285e4ef29aadea68..3edc6870114665133ff9d9388464fab1e988b14f 100644
|
| --- a/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html
|
| +++ b/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html
|
| @@ -94,7 +94,7 @@ function test()
|
| "samples": [ 1, 2 ]
|
| };
|
| WebInspector.inspectorView.showPanel("profiles");
|
| - WebInspector.CPUProfileView.prototype._calculateTimes(profileAndExpectations);
|
| + WebInspector.CPUProfileDataModel.prototype._calculateTimes(profileAndExpectations);
|
| function checkExpectations(node)
|
| {
|
| if (Math.abs(node.selfTime - node.expectedSelfTime) > 0.0001) {
|
|
|