Bug 98682 - IndexedDB: Remove old createObjectStore/createIndex methods
Summary: IndexedDB: Remove old createObjectStore/createIndex methods
Status: RESOLVED INVALID
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: 98085
Blocks:
  Show dependency treegraph
 
Reported: 2012-10-08 13:15 PDT by Alec Flett
Modified: 2012-10-08 15:08 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-10-08 13:15:19 PDT
After the final cleanup in bug 98085, and some cleanup in the chromium port, we can remove the createObjectStore/createIndex methods from IDBDatabaseBackendInterface and IDBObjectStore, respectively.
Comment 1 Alec Flett 2012-10-08 15:08:51 PDT
realized in bug 89085 that this wasn't necessary after all.