| Index: LayoutTests/inspector/profiler/canvas2d/canvas-replay-log-grid.html
|
| diff --git a/LayoutTests/inspector/profiler/canvas2d/canvas-replay-log-grid.html b/LayoutTests/inspector/profiler/canvas2d/canvas-replay-log-grid.html
|
| index 613719d87708ca6f4490b7a83bf35c5922bd03cf..17cc258b9b97dde836a05d2d0976d175d4225641 100644
|
| --- a/LayoutTests/inspector/profiler/canvas2d/canvas-replay-log-grid.html
|
| +++ b/LayoutTests/inspector/profiler/canvas2d/canvas-replay-log-grid.html
|
| @@ -40,7 +40,7 @@ function test()
|
| WebInspector.experimentsSettings.canvasInspection.isEnabled = function() { return true; };
|
|
|
| WebInspector.inspectorView.showPanel("profiles");
|
| - var profilesPanel = WebInspector.panels.profiles;
|
| + var profilesPanel = WebInspector.inspectorView.panel("profiles");
|
| var typeRegistry = WebInspector.ProfileTypeRegistry.instance;
|
| var profileType = typeRegistry.canvasProfileType;
|
|
|
|
|