Index: Source/modules/indexeddb/IDBIndex.h |
diff --git a/Source/modules/indexeddb/IDBIndex.h b/Source/modules/indexeddb/IDBIndex.h |
index 57fb7e58d6fba101a812acb2aeab8a12931e8a89..62f06a2fa467b8fbdaad3444ac9b5e680da826c4 100644 |
--- a/Source/modules/indexeddb/IDBIndex.h |
+++ b/Source/modules/indexeddb/IDBIndex.h |
@@ -44,6 +44,7 @@ class ExceptionState; |
class IDBObjectStore; |
class IDBIndex : public GarbageCollectedFinalized<IDBIndex>, public ScriptWrappable { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static IDBIndex* create(const IDBIndexMetadata& metadata, IDBObjectStore* objectStore, IDBTransaction* transaction) |
{ |