Bug 231111

Summary: CSSPrimitiveValue::init(RefPtr<CSSCalcValue>&& c) should take Ref<CSSCalcValue> instead of RefPtr<CSSCalcValue>
Product: WebKit Reporter: Gabriel Nava Marino <gnavamarino>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: darin, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Gabriel Nava Marino
Reported 2021-10-01 16:46:14 PDT
CSSPrimitiveValue::init(RefPtr<CSSCalcValue>&& c) should take Ref<CSSCalcValue> instead of RefPtr<CSSCalcValue>, like all the other init functions Please refer to https://bugs.webkit.org/show_bug.cgi?id=230929 for additional context.
Attachments
Radar WebKit Bug Importer
Comment 1 2021-10-08 16:47:14 PDT
Darin Adler
Comment 2 2023-01-18 19:56:55 PST
Fixed this as part of bug 250648. *** This bug has been marked as a duplicate of bug 250648 ***
Note You need to log in before you can comment on or make changes to this bug.