Bug 98682
Summary: | IndexedDB: Remove old createObjectStore/createIndex methods | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alec Flett <alecflett> |
Component: | WebCore Misc. | Assignee: | Alec Flett <alecflett> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 98085 | ||
Bug Blocks: |
Alec Flett
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alec Flett
realized in bug 89085 that this wasn't necessary after all.