Bug 286513
| Summary: | Move WTF initialization above common atom string initialization in InitializeWebKit2 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Degazio <d_degazio> |
| Component: | WebKit2 | Assignee: | David Degazio <d_degazio> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
David Degazio
It's kind of improper to be initializing a bunch of WTF objects (AtomStrings, AtomStringImpls, the HashTable they're stored in, etc) before WTF is initialized within a thread. We should move the WTF/JSC initialization above the atom string initialization in this function.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/143600005>
David Degazio
Pull request: https://github.com/WebKit/WebKit/pull/39531
EWS
Committed 289417@main (ff8e23ec6df0): <https://commits.webkit.org/289417@main>
Reviewed commits have been landed. Closing PR #39531 and removing active labels.