Bug 256010
Summary: | [bmalloc] Replace ssize_t with ptrdiff_t for portability. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Basuke Suzuki <basuke> |
Component: | bmalloc | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ggaren, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 143310 |
Basuke Suzuki
ssize_t is used for some argument to indicate +/-delta. Because it depends on posix, let's replace the usage with ptrdiff_t which is standard.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
EWS
Committed 263472@main (3fca1b37291f): <https://commits.webkit.org/263472@main>
Reviewed commits have been landed. Closing PR #13243 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/108631611>