[webkit-reviews] review granted: [Bug 108356] IndexedDB: Avoid crashing when deleting indexes : [Attachment 185525] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 11:43:36 PST 2013


Tony Chang <tony at chromium.org> has granted Alec Flett
<alecflett at chromium.org>'s request for review:
Bug 108356: IndexedDB: Avoid crashing when deleting indexes
https://bugs.webkit.org/show_bug.cgi?id=108356

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

------- Additional Comments from Tony Chang <tony at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=185525&action=review


> LayoutTests/storage/indexeddb/resources/shared.js:211
> +    if (count == 0) {

Nit: !count

> LayoutTests/storage/indexeddb/resources/shared.js:218
> +	       count--;

Nit: --count.

> LayoutTests/storage/indexeddb/resources/shared.js:219
> +	       if (count == 0)

Nit: !count


More information about the webkit-reviews mailing list