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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-2/filter-matched-styles-hides-separators.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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/LayoutTests/inspector/elements/styles-2/filter-matched-styles-hides-separators.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/filter-matched-styles-hides-separators.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/filter-matched-styles-hides-separators.html
index 0b43e892386a8c67374d833726679dbab0cd1600..534e556cd85bfdcf67d7f80a8c0753ceba2b7877 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/filter-matched-styles-hides-separators.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/filter-matched-styles-hides-separators.html
@@ -66,7 +66,7 @@ function test()
function dumpSidebarSeparators()
{
- var separators = WebInspector.panels.elements._stylesWidget.element.querySelectorAll(".sidebar-separator");
+ var separators = UI.panels.elements._stylesWidget.element.querySelectorAll(".sidebar-separator");
for (var i = 0; i < separators.length; ++i) {
var separator = separators[i];
var hidden = separator.classList.contains("hidden");

Powered by Google App Engine
This is Rietveld 408576698