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

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: Extracted security origins from the ResourceTreeModel 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..bbc0d26daad9f53e648b3505161d8ca2b9cb19ff 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,7 +5,7 @@
<script>
function test()
{
- var indexedDBModel = new WebInspector.IndexedDBModel(WebInspector.targetManager.mainTarget());
+ var indexedDBModel = new WebInspector.IndexedDBModel(WebInspector.targetManager.mainTarget(), WebInspector.SecurityOriginManager.fromTarget(WebInspector.targetManager.mainTarget()));
indexedDBModel.enable();
var mainFrameId = InspectorTest.resourceTreeModel.mainFrame.id;
var databaseName = "testDatabase1";

Powered by Google App Engine
This is Rietveld 408576698