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