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

Unified Diff: LayoutTests/inspector/elements/styles/style-update-during-selector-edit.html

Issue 268293003: DevTools: Get rid of WebInspector.panels (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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: LayoutTests/inspector/elements/styles/style-update-during-selector-edit.html
diff --git a/LayoutTests/inspector/elements/styles/style-update-during-selector-edit.html b/LayoutTests/inspector/elements/styles/style-update-during-selector-edit.html
index 6947b6171362f6545e1a38967248faf08d0fdf9c..80dd9b20b7934c03d529c2711658e8521b10c787 100644
--- a/LayoutTests/inspector/elements/styles/style-update-during-selector-edit.html
+++ b/LayoutTests/inspector/elements/styles/style-update-during-selector-edit.html
@@ -26,7 +26,7 @@ function test()
function rebuildUpdate()
{
- if (WebInspector.panels.elements.sidebarPanes.styles.node === treeOutline.selectedDOMNode())
+ if (WebInspector.inspectorView.panel("elements").sidebarPanes.styles.node === treeOutline.selectedDOMNode())
seenRebuildUpdate = true;
}

Powered by Google App Engine
This is Rietveld 408576698