| Index: LayoutTests/http/tests/inspector/indexeddb/database-structure.html
|
| diff --git a/LayoutTests/http/tests/inspector/indexeddb/database-structure.html b/LayoutTests/http/tests/inspector/indexeddb/database-structure.html
|
| index f2adfdbf9215e8779945ea1c89e31d3ebf7cbba6..9a21c6748a6b15714a34ddc9af3b8e6a8f53504b 100644
|
| --- a/LayoutTests/http/tests/inspector/indexeddb/database-structure.html
|
| +++ b/LayoutTests/http/tests/inspector/indexeddb/database-structure.html
|
| @@ -5,7 +5,7 @@
|
| <script>
|
| function test()
|
| {
|
| - var indexedDBModel = new WebInspector.IndexedDBModel(WebInspector.targetManager.activeTarget());
|
| + var indexedDBModel = new WebInspector.IndexedDBModel(WebInspector.targetManager.mainTarget());
|
| var mainFrameId = WebInspector.resourceTreeModel.mainFrame.id;
|
| var databaseName = "testDatabase1";
|
| var securityOrigin = "http://127.0.0.1:8000";
|
|
|