| Index: third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js
|
| index 9a85f61eb29f60786d7555edd023299bc42dd714..9547f4a563afc5177a52f0439ac5fbf01f5491db 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js
|
| @@ -4,7 +4,7 @@ InspectorTest.preloadPanel("resources");
|
| InspectorTest.dumpIndexedDBTree = function()
|
| {
|
| InspectorTest.addResult("Dumping IndexedDB tree:");
|
| - var indexedDBTreeElement = UI.panels.resources.indexedDBListTreeElement;
|
| + var indexedDBTreeElement = UI.panels.resources._sidebar.indexedDBListTreeElement;
|
| if (!indexedDBTreeElement.childCount()) {
|
| InspectorTest.addResult(" (empty)");
|
| return;
|
|
|