Index: LayoutTests/http/tests/inspector/indexeddb/database-names.html |
diff --git a/LayoutTests/http/tests/inspector/indexeddb/database-names.html b/LayoutTests/http/tests/inspector/indexeddb/database-names.html |
index d0b26daed675b8e4ea1789e630f9d018c3198c72..c8e2c32b94743883be04746b6125dffd1f9de1e8 100644 |
--- a/LayoutTests/http/tests/inspector/indexeddb/database-names.html |
+++ b/LayoutTests/http/tests/inspector/indexeddb/database-names.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; |
function dumpDatabaseNames() |