| Index: third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/upgrade-events.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/upgrade-events.html b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/upgrade-events.html
|
| index c94f4208b8db5eb03da8e4095f4c0c408dd0339c..425f097d66328675c5d79255f3a4665956b54612 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/upgrade-events.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/upgrade-events.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 - " + self.location;
|
|
|