| Index: tools/page_cycler/indexed_db/basic_insert/index.html
|
| diff --git a/tools/page_cycler/indexed_db/basic_insert/index.html b/tools/page_cycler/indexed_db/basic_insert/index.html
|
| index 93965abfc4b0240cecf0fc4222db88be362c57f4..3edc04660ff7b2fda548c0572bf0ebdd69973aee 100644
|
| --- a/tools/page_cycler/indexed_db/basic_insert/index.html
|
| +++ b/tools/page_cycler/indexed_db/basic_insert/index.html
|
| @@ -48,7 +48,7 @@
|
| }
|
|
|
| function storeCreated() {
|
| - var transaction = db.transaction([], IDBTransaction.READ_WRITE);
|
| + var transaction = db.transaction(['store'], IDBTransaction.READ_WRITE);
|
| transaction.oncomplete = insertsDone;
|
| transaction.onabort = error;
|
|
|
|
|