[Webkit-unassigned] [Bug 75859] IDBDatabase destructor is never executed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 9 17:29:09 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75859





--- Comment #4 from Joshua Bell <jsbell at chromium.org>  2012-01-09 17:29:09 PST ---
(In reply to comment #3)
> but IDBTransaction is a RefPtr to IDBDatabase, shouldn't that be enough?

It should be, unless the IDBTransaction has also been de-reference by script and there's nothing keeping *it* alive. Now that IDBTransaction tracks m_transactionFinished (recent addition) we probably can probably correct this. (Patch welcome!)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list