[webkit-reviews] review granted: [Bug 109266] Migrate ExceptionCode ASSERTs in IDB to ASSERT_NO_EXCEPTION. : [Attachment 187287] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 8 04:11:59 PST 2013


jochen at chromium.org has granted Mike West <mkwst at chromium.org>'s request for
review:
Bug 109266: Migrate ExceptionCode ASSERTs in IDB to ASSERT_NO_EXCEPTION.
https://bugs.webkit.org/show_bug.cgi?id=109266

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

------- Additional Comments from jochen at chromium.org
View in context: https://bugs.webkit.org/attachment.cgi?id=187287&action=review


ok

> Source/WebCore/Modules/indexeddb/IDBCursor.cpp:220
> +    ec = 0;

why not initialize this first thing in the method?


More information about the webkit-reviews mailing list