Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(749)

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js

Issue 2174863003: DevTools: traverse widget hierarchy to reveal views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lcean Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");
-
}
/**

Powered by Google App Engine
This is Rietveld 408576698