[webkit-reviews] review granted: [Bug 61615] IndexedDB: Support mutating cursors on top of LevelDB : [Attachment 95140] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 27 06:33:23 PDT 2011


Tony Gentilcore <tonyg at chromium.org> has granted Hans Wennborg
<hans at chromium.org>'s request for review:
Bug 61615: IndexedDB: Support mutating cursors on top of LevelDB
https://bugs.webkit.org/show_bug.cgi?id=61615

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

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

> Source/WebCore/platform/leveldb/LevelDBTransaction.h:141
> +	   void reSeekTreeIterator() const;

I suggest a more idiomatic name than reSeek, maybe refreshTreeIterator() or
updateTreeIterator()?


More information about the webkit-reviews mailing list