| Index: modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl
|
| diff --git a/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl b/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl
|
| index e957d79a0733dad5dbfbbeeb4a2af9dc5d1c695d..9b2c2083b7b1ac58008ad9f958b0ba938252d429 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, RuntimeEnabled=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=IndexedDB] readonly attribute IDBFactory indexedDB;
|
| + [RuntimeEnabled=IndexedDB] readonly attribute IDBFactory indexedDB;
|
|
|
| attribute IDBCursorConstructor IDBCursor;
|
| attribute IDBCursorWithValueConstructor IDBCursorWithValue;
|
|
|