| Index: LayoutTests/http/tests/inspector/indexeddb/database-data.html
|
| diff --git a/LayoutTests/http/tests/inspector/indexeddb/database-data.html b/LayoutTests/http/tests/inspector/indexeddb/database-data.html
|
| index 22a942460ace3e43cf7f5ed145d43d64db010493..e4b3ad9dd12b0461ce97654cf62217935e21f2ca 100644
|
| --- a/LayoutTests/http/tests/inspector/indexeddb/database-data.html
|
| +++ b/LayoutTests/http/tests/inspector/indexeddb/database-data.html
|
| @@ -6,7 +6,7 @@
|
| function test()
|
| {
|
| var IDBKeyRange = window.IDBKeyRange || window.webkitIDBKeyRange;
|
| - var indexedDBModel = new WebInspector.IndexedDBModel(WebInspector.targetManager.activeTarget());
|
| + var indexedDBModel = new WebInspector.IndexedDBModel(WebInspector.targetManager.mainTarget());
|
| var mainFrameId = WebInspector.resourceTreeModel.mainFrame.id;
|
| var securityOrigin = "http://127.0.0.1:8000";
|
| var databaseName = "testDatabase";
|
|
|