Bug 156925 - Modern IDB: Cross thread uses of IDBRequestData don't make isolatedCopy()s of it first
Summary: Modern IDB: Cross thread uses of IDBRequestData don't make isolatedCopy()s of...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 149117
  Show dependency treegraph
 
Reported: 2016-04-22 13:24 PDT by Brady Eidson
Modified: 2016-04-25 13:50 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 Brady Eidson 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!
Comment 1 Brady Eidson 2016-04-25 13:50:06 PDT
Never mind! They never actually crossed a thread boundary before.