| Index: Source/modules/indexeddb/IDBObjectStore.idl
|
| diff --git a/Source/modules/indexeddb/IDBObjectStore.idl b/Source/modules/indexeddb/IDBObjectStore.idl
|
| index 941bf993e4dfd00377a0ae269ae9b98359f32b7c..2a1bdca718419c9ceb396c0cf7a37c70d42118ed 100644
|
| --- a/Source/modules/indexeddb/IDBObjectStore.idl
|
| +++ b/Source/modules/indexeddb/IDBObjectStore.idl
|
| @@ -24,6 +24,7 @@
|
| */
|
|
|
| [
|
| + NoInterfaceObject,
|
| ImplementationLacksVTable
|
| ] interface IDBObjectStore {
|
| [TreatReturnedNullStringAs=Null] readonly attribute DOMString name;
|
|
|