Bug 239970
| Summary: | static_reference_cast(const Ref<X, Y>&) causes unnecessary ref-counting churn | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Web Template Framework | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | darin, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=239987 | ||
Chris Dumez
static_reference_cast(const Ref<X, Y>&) causes unnecessary ref-counting churn.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/457
EWS
Committed r293682 (250182@main): <https://commits.webkit.org/250182@main>
Reviewed commits have been landed. Closing PR #457 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/92629494>
Darin Adler
Should we add a test? We have tests for such things.