| Index: modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl
|
| diff --git a/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl b/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl
|
| index 4bcc94581c204896e616aec461005944904cc5aa..e957d79a0733dad5dbfbbeeb4a2af9dc5d1c695d 100644
|
| --- a/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl
|
| +++ b/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl
|
| @@ -25,7 +25,7 @@
|
| */
|
|
|
| partial interface WorkerGlobalScope {
|
| - [ImplementedAs=indexedDB,EnabledAtRuntime=indexedDB] readonly attribute IDBFactory webkitIndexedDB;
|
| + [ImplementedAs=indexedDB, EnabledAtRuntime=IndexedDB] readonly attribute IDBFactory webkitIndexedDB;
|
|
|
| attribute IDBCursorConstructor webkitIDBCursor;
|
| attribute IDBDatabaseConstructor webkitIDBDatabase;
|
| @@ -36,7 +36,7 @@ partial interface WorkerGlobalScope {
|
| attribute IDBRequestConstructor webkitIDBRequest;
|
| attribute IDBTransactionConstructor webkitIDBTransaction;
|
|
|
| - [EnabledAtRuntime] readonly attribute IDBFactory indexedDB;
|
| + [EnabledAtRuntime=IndexedDB] readonly attribute IDBFactory indexedDB;
|
|
|
| attribute IDBCursorConstructor IDBCursor;
|
| attribute IDBCursorWithValueConstructor IDBCursorWithValue;
|
|
|