Bug 259092

Summary: Use Ref<> for MatchedProperties::properties instead of RefPtr<>
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: CSSAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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>