| Index: LayoutTests/inspector/jump-to-previous-editing-location.html
|
| diff --git a/LayoutTests/inspector/jump-to-previous-editing-location.html b/LayoutTests/inspector/jump-to-previous-editing-location.html
|
| index 2fbd279c225f72c92d7d5154826816c664770ee1..33b8a84df57b795812533cf872ba723cde0b2848 100644
|
| --- a/LayoutTests/inspector/jump-to-previous-editing-location.html
|
| +++ b/LayoutTests/inspector/jump-to-previous-editing-location.html
|
| @@ -9,7 +9,7 @@
|
| function test()
|
| {
|
| WebInspector.inspectorView.showPanel("sources");
|
| - var panel = WebInspector.panels.sources;
|
| + var panel = WebInspector.inspectorView.panel("sources");
|
| var sourcesView = panel._sourcesView;
|
| var historyManager = sourcesView._historyManager;
|
| var editorContainer = sourcesView._editorContainer;
|
|
|