| Index: third_party/WebKit/LayoutTests/inspector-enabled/tabbed-pane-closeable-persistence-restore.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-enabled/tabbed-pane-closeable-persistence-restore.html b/third_party/WebKit/LayoutTests/inspector-enabled/tabbed-pane-closeable-persistence-restore.html
|
| index c3a63c09857f75010ec2561d4a2b7937083fcb9d..a8eca7ce8cadf7206916ecee3d2f7deb0dbadd8e 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-enabled/tabbed-pane-closeable-persistence-restore.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector-enabled/tabbed-pane-closeable-persistence-restore.html
|
| @@ -11,7 +11,7 @@ function onload()
|
|
|
| function test()
|
| {
|
| - var drawer = WebInspector.inspectorView._drawerTabbedPane.tabbedPane();
|
| + var drawer = WebInspector.inspectorView._drawerTabbedLocation.tabbedPane();
|
| InspectorTest.addResult("Has sensors tab: " + drawer.hasTab("sensors"));
|
| InspectorTest.addResult("Has rendering tab: " + drawer.hasTab("rendering"));
|
| InspectorTest.completeTest();
|
|
|