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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links.js

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-4/styles-update-links.js
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links.js b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links.js
index 2ae14f9965006458630c7a04f89b94892372ccad..735e64a47d95caf3eb222f40d27ab893d08753b0 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links.js
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links.js
@@ -98,7 +98,7 @@ var initialize_StylesUpdateLinks = function() {
InspectorTest.getMatchedRules = function()
{
var rules = [];
- for (var block of WebInspector.panels.elements._stylesWidget._sectionBlocks) {
+ for (var block of UI.panels.elements._stylesWidget._sectionBlocks) {
for (var section of block.sections) {
var rule = section.style().parentRule;
if (rule)

Powered by Google App Engine
This is Rietveld 408576698