[Webkit-unassigned] [Bug 83302] IndexedDB: Refactor cursor iteration to remove duplicate code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 5 16:53:34 PDT 2012


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #135896|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #8 from Tony Chang <tony at chromium.org>  2012-04-05 16:53:34 PST ---
(From update of attachment 135896)
View in context: https://bugs.webkit.org/attachment.cgi?id=135896&action=review

> Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.cpp:1034
> +    return continueFunction(0, true);

Please declare and use an enum rather than a bool.  There are other examples of this in the code base.

-- 
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