Index: Source/modules/indexeddb/IDBRequest.h |
diff --git a/Source/modules/indexeddb/IDBRequest.h b/Source/modules/indexeddb/IDBRequest.h |
index bd869fe517b6ad08a5f0f859cc73e657568726a3..b362197b5e2256ccd0596950f51655b59ea2c2c7 100644 |
--- a/Source/modules/indexeddb/IDBRequest.h |
+++ b/Source/modules/indexeddb/IDBRequest.h |
@@ -58,11 +58,11 @@ class IDBRequest |
, public ActiveDOMObject { |
DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected<IDBRequest>); |
DEFINE_WRAPPERTYPEINFO(); |
+ USING_PRE_FINALIZATION_CALLBACK(IDBRequest, dispose); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(IDBRequest); |
public: |
static IDBRequest* create(ScriptState*, IDBAny* source, IDBTransaction*); |
virtual ~IDBRequest(); |
- void dispose(); |
Erik Corry
2014/10/03 09:13:26
I'd prefer to keep this
|
virtual void trace(Visitor*) OVERRIDE; |
ScriptState* scriptState() { return m_scriptState.get(); } |