| 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;
|
| };
|
|
|