[webkit-reviews] review granted: [Bug 94269] IndexedDB: Test if getting a TRANSACTION_INACTIVE_ERR is possible when setting version : [Attachment 158945] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 14:13:48 PDT 2012


Ojan Vafai <ojan at chromium.org> has granted David Grogan
<dgrogan at chromium.org>'s request for review:
Bug 94269: IndexedDB: Test if getting a TRANSACTION_INACTIVE_ERR is possible
when setting version
https://bugs.webkit.org/show_bug.cgi?id=94269

Attachment 158945: Patch
https://bugs.webkit.org/attachment.cgi?id=158945&action=review

------- Additional Comments from Ojan Vafai <ojan at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=158945&action=review


> Source/WebCore/ChangeLog:13
> +	   is not hit after a while, change it to ASSERT(ok).

By ASSERT(ok), do you mean ASSERT(transaction.scheduleTask(...))?


More information about the webkit-reviews mailing list