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

Unified Diff: LayoutTests/http/tests/inspector/indexeddb/resources-panel.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/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";
« no previous file with comments | « LayoutTests/http/tests/inspector/indexeddb/database-structure.html ('k') | LayoutTests/http/tests/inspector/inspector-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698