Bug 156925

Summary: Modern IDB: Cross thread uses of IDBRequestData don't make isolatedCopy()s of it first
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 149117    

Brady Eidson
Reported 2016-04-22 13:24:01 PDT
Modern IDB: Cross thread uses of IDBRequestData don't make isolatedCopy()s of it first I discovered this while working on another cross-threading patch where I *do* use isolatedCopy() and the linker complained it's not implemented. Something somewhere is amiss!
Attachments
Brady Eidson
Comment 1 2016-04-25 13:50:06 PDT
Never mind! They never actually crossed a thread boundary before.
Note You need to log in before you can comment on or make changes to this bug.