Bug 231111 - CSSPrimitiveValue::init(RefPtr<CSSCalcValue>&& c) should take Ref<CSSCalcValue> instead of RefPtr<CSSCalcValue>
Summary: CSSPrimitiveValue::init(RefPtr<CSSCalcValue>&& c) should take Ref<CSSCalcValu...
Status: RESOLVED DUPLICATE of bug 250648
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-10-01 16:46 PDT by Gabriel Nava Marino
Modified: 2023-01-18 19:56 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel Nava Marino 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.
Comment 1 Radar WebKit Bug Importer 2021-10-08 16:47:14 PDT
<rdar://problem/84049119>
Comment 2 Darin Adler 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 ***