[Webkit-unassigned] [Bug 151794] New: Modern IDB: storage/indexeddb/cursor-skip-deleted.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 2 22:25:37 PST 2015


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

            Bug ID: 151794
           Summary: Modern IDB: storage/indexeddb/cursor-skip-deleted.html
                    fails
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

Modern IDB: storage/indexeddb/cursor-skip-deleted.html fails

Turns out we were mis-using reverse_iterators when tracking what records were being changed in the object store.

Since std::set iterators are bi-directional there's no reason to not just use a single forward iterator and decrement it instead of increment it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151203/10676c65/attachment.html>


More information about the webkit-unassigned mailing list