Bug 91128 - IndexedDB: remove deprecated put() and update() methods
Summary: IndexedDB: remove deprecated put() and update() methods
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alec Flett
URL:
Keywords:
Depends on: 91123
Blocks:
  Show dependency treegraph
 
Reported: 2012-07-12 11:37 PDT by Alec Flett
Modified: 2012-08-14 13:16 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alec Flett 2012-07-12 11:37:28 PDT
After bug 91123 lands, we'll have some stale methods:
* IDBCursorBackendImpl::update
* IDBObjectStoreBackendImpl::put

with that bug they'll be marked ASSERT_NOT_REACHED, but they'll need to be yanked from the interface.
Comment 1 Alec Flett 2012-08-14 13:16:55 PDT
just realized this was still here - I picked this up in bug 91123