Bug 310947
| Summary: | RemoteScrollingTree EventRegion helpers need not return pointers from EventRegion references | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Abrar Rahman Protyasha <a_protyasha> |
| Component: | New Bugs | Assignee: | Abrar Rahman Protyasha <a_protyasha> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | akeerthi, a_protyasha, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Abrar Rahman Protyasha
RemoteScrollingTreeNode holds on to (and provides access to) EventRegion const references, and as such we can take advantage of this rather than losing the information to a pointer. Currently, the pointer return value is used as a stand-in for std::nullopt.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/173559109>
Abrar Rahman Protyasha
Pull request: https://github.com/WebKit/WebKit/pull/61544
EWS
Committed 310247@main (3585d8a0db29): <https://commits.webkit.org/310247@main>
Reviewed commits have been landed. Closing PR #61544 and removing active labels.