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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brady Eidson
Never mind! They never actually crossed a thread boundary before.