| 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 d65adbbc8cff656a735e06b89c9d7fea1e99df60..82fdd03a6867ccb969e6d20d2c75becf98804b7e 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
|
| @@ -94,8 +94,8 @@ function test()
|
| "samples": [ 1, 2 ]
|
| };
|
| profileAndExpectations.root = profileAndExpectations.head;
|
| - WebInspector.ProfileTreeModel.prototype._assignDepthsAndParents.call(profileAndExpectations);
|
| - WebInspector.ProfileTreeModel.prototype._calculateTotals(profileAndExpectations.head);
|
| + SDK.ProfileTreeModel.prototype._assignDepthsAndParents.call(profileAndExpectations);
|
| + SDK.ProfileTreeModel.prototype._calculateTotals(profileAndExpectations.head);
|
| function checkExpectations(node)
|
| {
|
| if (Math.abs(node.selfTime - node.expectedSelfTime) > 0.0001) {
|
|
|