WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 239863
Use a HashSet instead of a std::unique_ptr<HashSet> for StyleRareNonInheritedData.customPaintWatchedProperties
https://bugs.webkit.org/show_bug.cgi?id=239863
Summary
Use a HashSet instead of a std::unique_ptr<HashSet> for StyleRareNonInherited...
Chris Dumez
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2022-04-28 12:45:12 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/428
EWS
Comment 2
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.
Radar WebKit Bug Importer
Comment 3
2022-04-28 16:53:13 PDT
<
rdar://problem/92495615
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug