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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-1/commit-selector-mark-matching.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-1/commit-selector-mark-matching.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/commit-selector-mark-matching.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/commit-selector-mark-matching.html
index 2c68fcb769ffe4d2ba22f08545c47a2b92b68004..37e17e18a8ed8f6f833c306e8d5fddea07da7c84 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/commit-selector-mark-matching.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/commit-selector-mark-matching.html
@@ -21,7 +21,7 @@ function test()
function nodeCallback(node)
{
nodeId = node.id;
- stylesPane = WebInspector.panels.elements._stylesWidget;
+ stylesPane = UI.panels.elements._stylesWidget;
InspectorTest.addNewRule("foo, #inspected, .bar, #inspected", callback);
}

Powered by Google App Engine
This is Rietveld 408576698