Bug 259092 - Use Ref<> for MatchedProperties::properties instead of RefPtr<>
Summary: Use Ref<> for MatchedProperties::properties instead of RefPtr<>
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-07-10 18:57 PDT by Chris Dumez
Modified: 2023-07-10 21:27 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 2023-07-10 18:57:53 PDT
Use Ref<> for MatchedProperties::properties instead of RefPtr<>, to make it clear it cannot be null.
Comment 1 Chris Dumez 2023-07-10 18:59:42 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15724
Comment 2 EWS 2023-07-10 21:26:56 PDT
Committed 265936@main (f1c09f61e0a0): <https://commits.webkit.org/265936@main>

Reviewed commits have been landed. Closing PR #15724 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-07-10 21:27:16 PDT
<rdar://problem/112057657>