| 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..e4e03feda47a4bf591c8bbde824b395c0d500efb 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,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 securityOrigin = "http://127.0.0.1:8000";
|
| var databaseName = "testDatabase";
|
|
|