| 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 0f065f2c08d7a1fc0a7308faf054c9499a305152..ae86ecca2989f702160c22b2164b75a3fd079fb4 100644
|
| --- a/LayoutTests/inspector/profiler/cpu-profiler-save-load.html
|
| +++ b/LayoutTests/inspector/profiler/cpu-profiler-save-load.html
|
| @@ -111,7 +111,7 @@ function test()
|
| {
|
| loadedProfileData = this._jsonifiedProfile;
|
| onTransferFinished.call(this);
|
| - WebInspector.panels.profiles._showProfile(this);
|
| + WebInspector.panels.profiles.showProfile(this);
|
| }
|
| }
|
|
|
|
|