[webkit-reviews] review granted: [Bug 90114] IndexedDB: Keep direction on IDBCursor to avoid calls to back end : [Attachment 150218] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 29 11:28:10 PDT 2012


Tony Chang <tony at chromium.org> has granted Joshua Bell <jsbell at chromium.org>'s
request for review:
Bug 90114: IndexedDB: Keep direction on IDBCursor to avoid calls to back end
https://bugs.webkit.org/show_bug.cgi?id=90114

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

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


> Source/WebCore/Modules/indexeddb/IDBCursor.h:62
> +    static IDBCursor::Direction stringToDirection(const String& modeString,
ExceptionCode&);

Nit: I don't think you need the IDBCursor:: prefix here.


More information about the webkit-reviews mailing list