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

Unified Diff: LayoutTests/http/tests/inspector/indexeddb/database-data.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-data.html
diff --git a/LayoutTests/http/tests/inspector/indexeddb/database-data.html b/LayoutTests/http/tests/inspector/indexeddb/database-data.html
index c58fa4755050d47690b73b231b36e967763770b9..45052cb54d89c243746d71a3a8a3f79237794132 100644
--- a/LayoutTests/http/tests/inspector/indexeddb/database-data.html
+++ b/LayoutTests/http/tests/inspector/indexeddb/database-data.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 securityOrigin = "http://127.0.0.1:8000";
var databaseName = "testDatabase";
var objectStoreName = "testObjectStore";
« no previous file with comments | « LayoutTests/http/tests/inspector/fragment.html ('k') | LayoutTests/http/tests/inspector/indexeddb/database-names.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698