Bug 123475

Summary: Move IDBTransactionBackendLevelDB to generic IDBBackingStoreInterface::Transaction
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, commit-queue, jsbell
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 123449    
Attachments:
Description Flags
Patch v1 thorton: review+

Description Brady Eidson 2013-10-29 15:21:46 PDT
Move IDBTransactionBackendLevelDB to generic IDBBackingStoreInterface::Transaction

Currently it's using IDBBackingStoreLevelDB::Transaction, which hinders the goal of https://bugs.webkit.org/show_bug.cgi?id=123449 - IDBTransactionBackend should be cross platform
Comment 1 Brady Eidson 2013-10-29 15:42:11 PDT
Created attachment 215439 [details]
Patch v1
Comment 2 Brady Eidson 2013-10-29 15:51:44 PDT
http://trac.webkit.org/changeset/158234