Bug 260498
| Summary: | TextBreakIteratorCache shouldn't be used from worker threads | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
| Component: | Text | Assignee: | Matt Woodrow <mattwoodrow> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | mmaxfield, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Matt Woodrow
<rdar://113654067>
TextBreakIteratorCache is a global singleton, so we shouldn't try to use it from Worker threads.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/16913
EWS
Committed 267175@main (3e4dfc234c15): <https://commits.webkit.org/267175@main>
Reviewed commits have been landed. Closing PR #16913 and removing active labels.