Bug 239863 - Use a HashSet instead of a std::unique_ptr<HashSet> for StyleRareNonInheritedData.customPaintWatchedProperties
Summary: Use a HashSet instead of a std::unique_ptr<HashSet> for StyleRareNonInherited...
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: 2022-04-28 12:35 PDT by Chris Dumez
Modified: 2022-04-28 16:53 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2022-04-28 12:35:48 PDT
Use a HashSet instead of a std::unique_ptr<HashSet> for StyleRareNonInheritedData.customPaintWatchedProperties. A HashSet is already essentially a pointer, no need for the extra dereferencing.
Comment 1 Chris Dumez 2022-04-28 12:45:12 PDT
Pull request: https://github.com/WebKit/WebKit/pull/428
Comment 2 EWS 2022-04-28 16:52:34 PDT
Committed r293596 (250105@main): <https://commits.webkit.org/250105@main>

Reviewed commits have been landed. Closing PR #428 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-04-28 16:53:13 PDT
<rdar://problem/92495615>