| Index: Source/modules/indexeddb/IDBObjectStore.h
|
| diff --git a/Source/modules/indexeddb/IDBObjectStore.h b/Source/modules/indexeddb/IDBObjectStore.h
|
| index fd8e05d05cdc74297e7423a8bee9672fd9a364da..20b5e271a1d06472227407f82aebbfb89e62b876 100644
|
| --- a/Source/modules/indexeddb/IDBObjectStore.h
|
| +++ b/Source/modules/indexeddb/IDBObjectStore.h
|
| @@ -50,6 +50,7 @@ class IDBAny;
|
| class ExceptionState;
|
|
|
| class IDBObjectStore : public GarbageCollectedFinalized<IDBObjectStore>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static IDBObjectStore* create(const IDBObjectStoreMetadata& metadata, IDBTransaction* transaction)
|
| {
|
|
|