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

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

Issue 2172753002: [DevTools] No longer store security origins in ResourceTreeModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test failures Created 4 years, 5 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: third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-structure.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-structure.html b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-structure.html
index 200887bffdde565fb1a4b843c0f0ca42e0b3fc1c..068e81b141318b913a6accf9bdb3ec426438436c 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-structure.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-structure.html
@@ -5,8 +5,7 @@
<script>
function test()
{
- var indexedDBModel = new WebInspector.IndexedDBModel(WebInspector.targetManager.mainTarget());
- indexedDBModel.enable();
+ var indexedDBModel = InspectorTest.createIndexedDBModel();
var mainFrameId = InspectorTest.resourceTreeModel.mainFrame.id;
var databaseName = "testDatabase1";
var securityOrigin = "http://127.0.0.1:8000";

Powered by Google App Engine
This is Rietveld 408576698