Bug 301911
| Summary: | Always allocate ScrollingStateTree in heap | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | New Bugs | Assignee: | Ryosuke Niwa <rniwa> |
| Status: | REOPENED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryosuke Niwa
Always allocate ScrollingStateTree in heap so that CheckedPtr exception can be removed.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/53378
EWS
Committed 302598@main (e9a617fae98b): <https://commits.webkit.org/302598@main>
Reviewed commits have been landed. Closing PR #53378 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/164104118>
EWS
Committed 302602@main (1e813887c655): <https://commits.webkit.org/302602@main>
Reviewed commits have been landed. Closing PR #53477 and removing active labels.
Ryosuke Niwa
The PR was reverted. Re-opening.