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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js

Issue 2851913002: [DevTools] Do not expose agents on Target
Patch Set: storage and tests.js Created 3 years, 8 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/indexeddb-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js
index 9547f4a563afc5177a52f0439ac5fbf01f5491db..b497ea2b7d89c3cebff7e4289b84a99bc8b79b07 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js
@@ -101,7 +101,7 @@ InspectorTest.addIDBValue = function(frameId, databaseName, objectStoreName, val
InspectorTest.createIndexedDBModel = function()
{
- var indexedDBModel = new Resources.IndexedDBModel(SDK.targetManager.mainTarget(), InspectorTest.securityOriginManager);
+ var indexedDBModel = new Resources.IndexedDBModel(SDK.targetManager.mainTarget(), SDK.targetManager.mainTarget()._dispatcher);
indexedDBModel.enable();
return indexedDBModel;
};

Powered by Google App Engine
This is Rietveld 408576698