| 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..d65adbbc8cff656a735e06b89c9d7fea1e99df60 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,6 +93,8 @@ function test()
|
| "endTime": 1375445601.070847,
|
| "samples": [ 1, 2 ]
|
| };
|
| + profileAndExpectations.root = profileAndExpectations.head;
|
| + WebInspector.ProfileTreeModel.prototype._assignDepthsAndParents.call(profileAndExpectations);
|
| WebInspector.ProfileTreeModel.prototype._calculateTotals(profileAndExpectations.head);
|
| function checkExpectations(node)
|
| {
|
|
|