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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/84049119>
Darin Adler
Fixed this as part of bug 250648.
*** This bug has been marked as a duplicate of bug 250648 ***