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 eb45c3adc91b710a7c97b744ce912ebd87e83339..7df7b784736ddaf4706710a0386d6c503ad4bc3d 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 @@ function test() |
"endTime": 1375445601.070847, |
"samples": [ 1, 2 ] |
}; |
- WebInspector.CPUProfileDataModel.prototype._calculateTimes(profileAndExpectations); |
+ WebInspector.ProfileTreeModel.prototype._calculateTotal(profileAndExpectations.head); |
function checkExpectations(node) |
{ |
if (Math.abs(node.selfTime - node.expectedSelfTime) > 0.0001) { |