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

Unified Diff: LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js

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/http/tests/inspector/indexeddb/indexeddb-test.js
diff --git a/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js b/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js
index 8f505795707bb0ea568a9337c668d95312d0c53c..a0e023ad0950284543d484f2ea0488e25b1a8976 100644
--- a/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js
+++ b/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js
@@ -3,7 +3,7 @@ var initialize_IndexedDBTest = function() {
InspectorTest.dumpIndexedDBTree = function()
{
InspectorTest.addResult("Dumping IndexedDB tree:");
- var indexedDBTreeElement = WebInspector.panels.resources.indexedDBListTreeElement;
+ var indexedDBTreeElement = WebInspector.inspectorView.panel("resources").indexedDBListTreeElement;
if (!indexedDBTreeElement.children.length) {
InspectorTest.addResult(" (empty)");
return;

Powered by Google App Engine
This is Rietveld 408576698