| Index: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html
|
| index 9c8971962aef40dd9eab62ada47e151d4614a211..3a696a318c7f6c588e97f936254bb478c2cd0b0a 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html
|
| @@ -17,8 +17,8 @@ function test()
|
| {
|
| InspectorTest.startProfilerTest(function() {
|
| function viewLoaded() {
|
| - var profiles = WebInspector.panels.profiles;
|
| - var type = WebInspector.ProfileTypeRegistry.instance.cpuProfileType;
|
| + var profiles = UI.panels.profiles;
|
| + var type = Profiler.ProfileTypeRegistry.instance.cpuProfileType;
|
| while (type.getProfiles().length !== 0)
|
| type.removeProfile(type.getProfiles()[0]);
|
| InspectorTest.addResult("Profile groups after removal:");
|
|
|