Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: LayoutTests/http/tests/inspector/indexeddb/database-structure.html

Issue 881263002: DevTools: use target-based model accessors only. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 89737d1a49b009655efd7a45ae92e1162c7ac89a..af650afac11f70efd4e97a89083b8db23f4b9e22 100644
--- a/LayoutTests/http/tests/inspector/indexeddb/database-structure.html
+++ b/LayoutTests/http/tests/inspector/indexeddb/database-structure.html
@@ -7,7 +7,7 @@ function test()
{
var indexedDBModel = new WebInspector.IndexedDBModel(WebInspector.targetManager.mainTarget());
indexedDBModel.enable();
- var mainFrameId = WebInspector.resourceTreeModel.mainFrame.id;
+ var mainFrameId = InspectorTest.resourceTreeModel.mainFrame.id;
var databaseName = "testDatabase1";
var securityOrigin = "http://127.0.0.1:8000";
var databaseId = new WebInspector.IndexedDBModel.DatabaseId(securityOrigin, databaseName);

Powered by Google App Engine
This is Rietveld 408576698