| Index: third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| index 695643f04bb83756a64061dfe68681e6c583b30f..3292b3317e44a72d0712c42e8c3a9010b6e54b85 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| @@ -1278,8 +1278,6 @@ WebInspector.initializeUIUtils = function(document, themeSetting)
|
| var body = /** @type {!Element} */ (document.body);
|
| WebInspector.appendStyle(body, "ui/inspectorStyle.css");
|
| WebInspector.appendStyle(body, "ui/popover.css");
|
| - WebInspector.appendStyle(body, "ui/sidebarPane.css");
|
| -
|
| }
|
|
|
| /**
|
|
|