| Index: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html
|
| index 478da07633e1b856ee3927ce7a1639364c084b0f..621d81ba8bd3cbdf49e474e7818dfced797cc949 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html
|
| @@ -9,7 +9,7 @@ function test()
|
| var profileAndExpectations = {
|
| "title": "profile1",
|
| "target": function() {
|
| - return WebInspector.targetManager.targets()[0];
|
| + return SDK.targetManager.targets()[0];
|
| },
|
| "_profile": {
|
| "nodes": [
|
| @@ -113,7 +113,7 @@ function test()
|
| "endTime": 1e6
|
| }
|
| };
|
| - var view = new WebInspector.CPUProfileView(profileAndExpectations);
|
| + var view = new Profiler.CPUProfileView(profileAndExpectations);
|
| view.viewSelectComboBox.setSelectedIndex(1);
|
| view._changeView();
|
| var tree = view.profileDataGridTree;
|
|
|