Index: Source/modules/indexeddb/IDBRequest.h |
diff --git a/Source/modules/indexeddb/IDBRequest.h b/Source/modules/indexeddb/IDBRequest.h |
index d2b61ae300155987aa58bf1b4b95c601d36a4694..ae1f329990fa859abf92809fab327f4daeb17d67 100644 |
--- a/Source/modules/indexeddb/IDBRequest.h |
+++ b/Source/modules/indexeddb/IDBRequest.h |
@@ -57,6 +57,7 @@ class IDBRequest |
, public EventTargetWithInlineData |
, public ActiveDOMObject { |
DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected<IDBRequest>); |
+ DEFINE_WRAPPERTYPEINFO(); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(IDBRequest); |
public: |
static IDBRequest* create(ScriptState*, IDBAny* source, IDBTransaction*); |