Bug 152192 - Modern IDB: storage/indexeddb/cursor-continue.html fails
Summary: Modern IDB: storage/indexeddb/cursor-continue.html fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: Safari 9
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks: 149117 150882
  Show dependency treegraph
 
Reported: 2015-12-11 15:32 PST by Brady Eidson
Modified: 2015-12-11 15:53 PST (History)
4 users (show)

See Also:


Attachments
Patch v1 (7.29 KB, patch)
2015-12-11 15:34 PST, Brady Eidson
achristensen: review+
achristensen: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2015-12-11 15:32:15 PST
Modern IDB: storage/indexeddb/cursor-continue.html fails

We were using the wrong key returned from the previous iteration when deciding if the call to cursor.continue() was valid.
Comment 1 Brady Eidson 2015-12-11 15:34:14 PST
Created attachment 267193 [details]
Patch v1
Comment 2 Brady Eidson 2015-12-11 15:53:34 PST
https://trac.webkit.org/changeset/193990