Bug 127399

Summary: The IDB backing store put() method shouldn't call IDB callbacks directly
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, andersca, ap, bdakin, commit-queue, jsbell, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 124521    
Attachments:
Description Flags
Patch v1 bdakin: review+

Description Brady Eidson 2014-01-21 20:28:20 PST
The IDB backing store put() method shouldn't call IDB callbacks directly

Callbacks are not something the backing store should know about *anywhere*, and we'll be factoring them out as they come up.
Comment 1 Brady Eidson 2014-01-21 20:30:53 PST
Created attachment 221822 [details]
Patch v1
Comment 2 Brady Eidson 2014-01-21 21:16:24 PST
http://trac.webkit.org/changeset/162501