RESOLVED FIXED 102450
IndexedDB: add missing 'explicit' and fix backing store release
https://bugs.webkit.org/show_bug.cgi?id=102450
Summary IndexedDB: add missing 'explicit' and fix backing store release
Alec Flett
Reported 2012-11-15 17:25:56 PST
IndexedDB: add missing 'explicit' and fix backing store release
Attachments
Patch (3.71 KB, patch)
2012-11-15 17:29 PST, Alec Flett
no flags
Patch (3.71 KB, patch)
2012-11-15 17:40 PST, Alec Flett
no flags
Alec Flett
Comment 1 2012-11-15 17:29:55 PST
Alec Flett
Comment 2 2012-11-15 17:33:21 PST
tony@ - r?
David Grogan
Comment 3 2012-11-15 17:34:09 PST
Comment on attachment 174568 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=174568&action=review > Source/WebCore/Modules/indexeddb/IDBBackingStore.h:156 > + void reset() { m_backingStore = 0; m_transaction = 0; } Is this intentional?
Alec Flett
Comment 4 2012-11-15 17:40:53 PST
Alec Flett
Comment 5 2012-11-15 17:46:58 PST
(new patch fixes typo that dgrogan spotted)
WebKit Review Bot
Comment 6 2012-11-16 10:34:30 PST
Comment on attachment 174575 [details] Patch Clearing flags on attachment: 174575 Committed r134968: <http://trac.webkit.org/changeset/134968>
WebKit Review Bot
Comment 7 2012-11-16 10:34:33 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.