Chromium Code Reviews| Index: content/test/data/indexeddb/transaction_test.js |
| diff --git a/content/test/data/indexeddb/transaction_test.js b/content/test/data/indexeddb/transaction_test.js |
| index e1a47ddae9a6032a5f9762f51913148e1dce81e8..626a9596a0917c56b6b68715a28fb8fbc775d2d7 100644 |
| --- a/content/test/data/indexeddb/transaction_test.js |
| +++ b/content/test/data/indexeddb/transaction_test.js |
| @@ -69,11 +69,5 @@ function onSetVersion() |
| function test() |
| { |
| - if ('webkitIndexedDB' in window) { |
| - indexedDB = webkitIndexedDB; |
|
cmumford
2014/07/18 21:55:28
So is the goal of this test to stop using 'webkitI
|
| - IDBCursor = webkitIDBCursor; |
| - IDBKeyRange = webkitIDBKeyRange; |
| - IDBTransaction = webkitIDBTransaction; |
| - } |
| indexedDBTest(onSetVersion, onSetVersionComplete); |
| } |