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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-data.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-data.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-data.html b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-data.html
index 45052cb54d89c243746d71a3a8a3f79237794132..57fb8dee5043b91a09041ba4eb3bc596354de0b1 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-data.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-data.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()));
dgozman 2016/07/22 03:27:02 Let's introduce InspectorTest.securityOriginManage
eostroukhov-old 2016/07/22 23:27:43 Done.
indexedDBModel.enable();
var mainFrameId = InspectorTest.resourceTreeModel.mainFrame.id;
var securityOrigin = "http://127.0.0.1:8000";

Powered by Google App Engine
This is Rietveld 408576698