Bug 254474
| Summary: | Regression(262103@main) JSRopeString::resolveRopeToAtomString() no longer reports extra memory | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | JavaScriptCore | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 254441 | ||
Chris Dumez
JSRopeString::resolveRopeToAtomString() no longer reports extra memory since 262103@main. Because we're holding the resolved rope as an AtomString, `valueInternal().impl()->hasOneRef()` could never be true.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/11977
EWS
Committed 262158@main (0a0fdf90f82f): <https://commits.webkit.org/262158@main>
Reviewed commits have been landed. Closing PR #11977 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/107273738>