Bug 151772 - Modern IDB: Remove all traces of IDBObjectStore::openKeyCursor from tests
Summary: Modern IDB: Remove all traces of IDBObjectStore::openKeyCursor from tests
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-02 13:22 PST by Brady Eidson
Modified: 2015-12-02 13:35 PST (History)
4 users (show)

See Also:


Attachments
Patch v1 (34.58 KB, patch)
2015-12-02 13:25 PST, Brady Eidson
achristensen: review+
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-02 13:22:24 PST
Modern IDB: Remove all traces of IDBObjectStore::openKeyCursor from tests

This method no longer exists in the spec.
Comment 1 Brady Eidson 2015-12-02 13:25:07 PST
Created attachment 266469 [details]
Patch v1
Comment 2 Alex Christensen 2015-12-02 13:28:01 PST
Comment on attachment 266469 [details]
Patch v1

View in context: https://bugs.webkit.org/attachment.cgi?id=266469&action=review

> LayoutTests/ChangeLog:7
> +

Please put in the changelog "This method no longer exists in the spec."
Maybe even a link to the change that removed it from the spec.
Comment 3 Brady Eidson 2015-12-02 13:35:04 PST
https://trac.webkit.org/changeset/192960