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

Unified Diff: third_party/WebKit/LayoutTests/inspector/audits/audits-test.js

Issue 2342193002: [DevTools] Migrate AuditsPanel away from SidebarTree. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/audits/audits-test.js
diff --git a/third_party/WebKit/LayoutTests/inspector/audits/audits-test.js b/third_party/WebKit/LayoutTests/inspector/audits/audits-test.js
index 443a568cbef4e7b848275cb5660cd93a19bc5470..4427643d5a6906d7d145f10247dd9f3825d5f66a 100644
--- a/third_party/WebKit/LayoutTests/inspector/audits/audits-test.js
+++ b/third_party/WebKit/LayoutTests/inspector/audits/audits-test.js
@@ -5,7 +5,7 @@ InspectorTest.preloadPanel("audits");
InspectorTest.collectAuditResults = function(callback)
{
- WebInspector.panels.audits.showResults(WebInspector.panels.audits.auditResultsTreeElement.firstChild().results);
+ WebInspector.panels.audits.showResults(WebInspector.panels.audits._auditResultsTreeElement.firstChild().results);
var trees = WebInspector.panels.audits.visibleView.element.querySelectorAll(".audit-result-tree");
for (var i = 0; i < trees.length; ++i) {
var liElements = trees[i].shadowRoot.querySelectorAll("li");
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698