Bug 274019
Summary: | WorkerOrWorkletThread should crossThreadCopy the inspector identifier | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | WebCore Misc. | Assignee: | Ryosuke Niwa <rniwa> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
Since m_inspectorIdentifier is accessed in the main thread in ResourceUsageThread::platformCollectCPUData,
we should be making a crossThreadCopy in the case the worker is created within another worker.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/28411
Radar WebKit Bug Importer
<rdar://problem/128297495>