Bug 213392 - [iOS] Drop std::call_once() from RenderThemeIOS::cssValueToSystemColorMap()
Summary: [iOS] Drop std::call_once() from RenderThemeIOS::cssValueToSystemColorMap()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-06-19 10:50 PDT by Chris Dumez
Modified: 2020-06-19 11:44 PDT (History)
9 users (show)

See Also:


Attachments
Patch (2.46 KB, patch)
2020-06-19 10:51 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (2.46 KB, patch)
2020-06-19 10:59 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2020-06-19 10:50:16 PDT
Drop std::call_once() from RenderThemeIOS::cssValueToSystemColorMap() since this function is always called from the main thread.
Comment 1 Chris Dumez 2020-06-19 10:51:24 PDT
Created attachment 402293 [details]
Patch
Comment 2 Chris Dumez 2020-06-19 10:59:37 PDT
Created attachment 402294 [details]
Patch
Comment 3 Geoffrey Garen 2020-06-19 11:40:05 PDT
Comment on attachment 402294 [details]
Patch

r=me
Comment 4 Chris Dumez 2020-06-19 11:43:43 PDT
Comment on attachment 402294 [details]
Patch

Clearing flags on attachment: 402294

Committed r263278: <https://trac.webkit.org/changeset/263278>
Comment 5 Chris Dumez 2020-06-19 11:43:44 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2020-06-19 11:44:15 PDT
<rdar://problem/64539053>
Comment 7 Radar WebKit Bug Importer 2020-06-19 11:44:16 PDT
<rdar://problem/64539051>