| Index: LayoutTests/inspector/profiler/cpu-profiler-save-load.html
|
| diff --git a/LayoutTests/inspector/profiler/cpu-profiler-save-load.html b/LayoutTests/inspector/profiler/cpu-profiler-save-load.html
|
| index 32359c47cb48b445020bd4b2441a59626f5eea4b..4adeea0832b922a06c272a8e4b4eb013698f4eb0 100644
|
| --- a/LayoutTests/inspector/profiler/cpu-profiler-save-load.html
|
| +++ b/LayoutTests/inspector/profiler/cpu-profiler-save-load.html
|
| @@ -102,7 +102,7 @@ function test()
|
| }
|
| next();
|
| }
|
| - var profilesPanel = WebInspector.panels.profiles;
|
| + var profilesPanel = WebInspector.inspectorView.panel("profiles");
|
| var profileName = file.name.substr(0, file.name.length - ".cpuprofile".length);
|
| InspectorTest.waitUntilProfileViewIsShown(profileName, checkLoadedContent);
|
| profilesPanel._loadFromFile(file);
|
| @@ -111,7 +111,7 @@ function test()
|
| {
|
| loadedProfileData = this._jsonifiedProfile;
|
| onTransferFinished.call(this);
|
| - WebInspector.panels.profiles.showProfile(this);
|
| + WebInspector.inspectorView.panel("profiles").showProfile(this);
|
| }
|
| }
|
|
|
|
|