RESOLVED FIXED 233982
Add isMainThread() assertions to specializedChineseLocale
https://bugs.webkit.org/show_bug.cgi?id=233982
Summary Add isMainThread() assertions to specializedChineseLocale
Cameron McCormack (:heycam)
Reported 2021-12-07 22:52:52 PST
Add isMainThread() assertions to specializedChineseLocale
Attachments
Patch (1.91 KB, patch)
2021-12-07 22:53 PST, Cameron McCormack (:heycam)
mmaxfield: review+
Patch (2.82 KB, patch)
2022-07-19 15:50 PDT, Matt Woodrow
no flags
Patch (2.87 KB, patch)
2022-07-19 17:31 PDT, Matt Woodrow
no flags
Cameron McCormack (:heycam)
Comment 1 2021-12-07 22:53:53 PST
Myles C. Maxfield
Comment 2 2021-12-08 21:14:46 PST
Comment on attachment 446307 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=446307&action=review > Source/WebCore/platform/graphics/FontDescription.cpp:103 > void FontDescription::setSpecifiedLocale(const AtomString& locale) It looks like this function is exported, but no one outside of WebCore calls it. Can we make it not exported?
Radar WebKit Bug Importer
Comment 3 2021-12-14 22:53:15 PST
Matt Woodrow
Comment 4 2022-07-19 15:50:12 PDT
Yusuke Suzuki
Comment 5 2022-07-19 16:49:46 PDT
BTW, you can use MainThreadNeverDestroyed for NeverDestoryed objects which is available only in MainThread.
Matt Woodrow
Comment 6 2022-07-19 17:31:05 PDT
EWS
Comment 7 2022-07-19 23:03:24 PDT
Committed 252637@main (5ba8177f9530): <https://commits.webkit.org/252637@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 461026 [details].
Note You need to log in before you can comment on or make changes to this bug.