Bug 241559
| Summary: | The extraMemorySize() get wrong when transferring ArrayBuffer from Worker VM | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Basuke Suzuki <basuke> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | REOPENED | ||
| Severity: | Normal | CC: | saam, webkit-bug-importer, youennf, ysuzuki |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=241826 | ||
Basuke Suzuki
When ArrayBuffer is passed in the transfer option of postMessage(), the size cached in heap.m_arrayBuffers get incorrect and that makes extraMemorySize() bigger than actual managed size.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
EWS
Committed r295624 (251629@main): <https://commits.webkit.org/251629@main>
Reviewed commits have been landed. Closing PR #1453 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/95350212>
Alexey Proskuryakov
This was reverted in bug 241826.