Index: LayoutTests/http/tests/inspector/indexeddb/resources-panel.html |
diff --git a/LayoutTests/http/tests/inspector/indexeddb/resources-panel.html b/LayoutTests/http/tests/inspector/indexeddb/resources-panel.html |
index df393b381b8b9ae36148734d9883c9d4a2156588..0ceb59a06218c2cae809308d21a1cdc045dbb017 100644 |
--- a/LayoutTests/http/tests/inspector/indexeddb/resources-panel.html |
+++ b/LayoutTests/http/tests/inspector/indexeddb/resources-panel.html |
@@ -7,7 +7,7 @@ |
<script> |
function test() |
{ |
- var mainFrameId = WebInspector.resourceTreeModel.mainFrame.id; |
+ var mainFrameId = InspectorTest.resourceTreeModel.mainFrame.id; |
var indexedDBModel; |
var withoutIndexedDBURL = "http://localhost:8000/inspector/indexeddb/resources/without-indexed-db.html"; |
var originalURL = "http://127.0.0.1:8000/inspector/indexeddb/resources-panel.html"; |