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

Unified Diff: LayoutTests/inspector/elements/styles/undo-add-new-rule.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/undo-add-new-rule.html
diff --git a/LayoutTests/inspector/elements/styles/undo-add-new-rule.html b/LayoutTests/inspector/elements/styles/undo-add-new-rule.html
index ec19e3ef1fd87e7b16613de8be04970bce78a090..efd37574c582af69ea0b761cd4845fd4bc5d0c93 100644
--- a/LayoutTests/inspector/elements/styles/undo-add-new-rule.html
+++ b/LayoutTests/inspector/elements/styles/undo-add-new-rule.html
@@ -71,7 +71,7 @@ function test()
function printStyleSheetAndCall(next)
{
- var section = WebInspector.panels.elements.sidebarPanes.styles.sections[0][2];
+ var section = WebInspector.inspectorView.panel("elements").sidebarPanes.styles.sections[0][2];
var id = section.styleRule.style.styleSheetId;
CSSAgent.getStyleSheetText(id, callback);
function callback(result, styleSheetText)

Powered by Google App Engine
This is Rietveld 408576698