| Index: LayoutTests/inspector/split-view.html
|
| diff --git a/LayoutTests/inspector/split-view.html b/LayoutTests/inspector/split-view.html
|
| index 0ef07a5732029468cac1e21c6dcad66412d181e8..f30a2b13e53a8fd47f75d5d6bbfe02bf122ba13e 100644
|
| --- a/LayoutTests/inspector/split-view.html
|
| +++ b/LayoutTests/inspector/split-view.html
|
| @@ -28,7 +28,7 @@
|
| var sidebarSize = splitView.isVertical() ? splitView.sidebarView().element.offsetWidth : splitView.sidebarView().element.offsetHeight;
|
| var orientation = splitView.isVertical() ? "vertical" : "horizontal";
|
| InspectorTest.addResult(" Sidebar size = " + sidebarSize + ", showMode = " + splitView.showMode() + ", " + orientation);
|
| - InspectorTest.addResult(" Setting value: " + JSON.stringify(WebInspector.settings.settingForTest(splitView._setting._name).get()));
|
| + InspectorTest.addResult(" Setting value: " + localStorage[splitView._setting._name]);
|
| }
|
|
|
| function testSplitViewSizes(useFraction, shouldSaveShowMode)
|
|
|