Index: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html |
index 82d891666bff5b6e4c1cb27b0e4517e84240f62f..eb45c3adc91b710a7c97b744ce912ebd87e83339 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html |
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html |
@@ -93,7 +93,7 @@ |
"endTime": 1375445601.070847, |
"samples": [ 1, 2 ] |
}; |
- WebInspector.ProfileTreeModel.prototype._calculateTotals(profileAndExpectations.head); |
+ WebInspector.CPUProfileDataModel.prototype._calculateTimes(profileAndExpectations); |
function checkExpectations(node) |
{ |
if (Math.abs(node.selfTime - node.expectedSelfTime) > 0.0001) { |