Bug 256010

Summary: [bmalloc] Replace ssize_t with ptrdiff_t for portability.
Product: WebKit Reporter: Basuke Suzuki <basuke>
Component: bmallocAssignee: 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    

Description Basuke Suzuki 2023-04-26 13:38:35 PDT
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.
Comment 1 EWS 2023-04-27 15:52:07 PDT
Committed 263472@main (3fca1b37291f): <https://commits.webkit.org/263472@main>

Reviewed commits have been landed. Closing PR #13243 and removing active labels.
Comment 2 Radar WebKit Bug Importer 2023-04-27 15:53:26 PDT
<rdar://problem/108631611>