| Index: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-save-load.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-save-load.html b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-save-load.html
|
| index 6b4aa5429014cc52026cdede68e0fb59d4324b09..577454321adead72b1180fda780dbb1fed9f8341 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-save-load.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-save-load.html
|
| @@ -102,7 +102,7 @@ function test()
|
| }
|
| next();
|
| }
|
| - var profilesPanel = UI.panels.js_profiler;
|
| + var profilesPanel = UI.panels.heap_profiler;
|
| 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);
|
| - UI.panels.js_profiler.showProfile(this);
|
| + UI.panels.heap_profiler.showProfile(this);
|
| }
|
| }
|
|
|
|
|