| Index: third_party/WebKit/LayoutTests/inspector/tabbed-pane-closeable-persistence.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tabbed-pane-closeable-persistence.html b/third_party/WebKit/LayoutTests/inspector/tabbed-pane-closeable-persistence.html
|
| index c22f5f6b681dc737d411f4cbeb0f73062c9b2317..7be8a911019cc0f2e92b70bd11df55ea209911a5 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tabbed-pane-closeable-persistence.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tabbed-pane-closeable-persistence.html
|
| @@ -9,7 +9,7 @@ var test = function()
|
| InspectorTest.addResult("Closeable tabs to restore: " + JSON.stringify(tabbedPaneController._closeableTabSetting.get()));
|
| }
|
|
|
| - var tabbedPaneController = WebInspector.inspectorView._drawerTabbedPane;
|
| + var tabbedPaneController = WebInspector.inspectorView._drawerTabbedLocation;
|
| logPersistenceSetting();
|
| // Show a closeable tab.
|
| tabbedPaneController.showView("sensors");
|
| @@ -23,7 +23,7 @@ var test = function()
|
| tabbedPaneController.showView("sources.history");
|
| logPersistenceSetting();
|
| // Close closeable tab.
|
| - tabbedPaneController._tabbedPane.closeTab("sensors");
|
| + tabbedPaneController.tabbedPane().closeTab("sensors");
|
| logPersistenceSetting();
|
|
|
| InspectorTest.completeTest();
|
|
|