| Index: LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html
|
| diff --git a/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html b/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html
|
| index bbecd64adf4f55f719bbf22a4221a6c07efec41e..eba6805dc301be9834fdac33f6cafce8bff4cef1 100644
|
| --- a/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html
|
| +++ b/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html
|
| @@ -17,7 +17,7 @@ function test()
|
| {
|
| InspectorTest.startProfilerTest(function() {
|
| function viewLoaded(view) {
|
| - var profiles = WebInspector.panels.profiles;
|
| + var profiles = WebInspector.inspectorView.panel("profiles");
|
| var type = WebInspector.ProfileTypeRegistry.instance.cpuProfileType;
|
| while (type.getProfiles().length !== 0)
|
| type.removeProfile(type.getProfiles()[0]);
|
|
|