Bug 279528

Summary: Prefer CFDataCreateMutable over [[NSMutableData alloc] init] followed by a cast
Product: WebKit Reporter: Seija K. <gfunni234>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ahmad.saleem792, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Seija K.
Reported 2024-09-11 11:38:57 PDT
Creating an NSMutableArray and only to use it as casted to CFMutableArrayRef is uglier than just making a CFMutableData object and releasing that when done.
Attachments
Ahmad Saleem
Comment 1 2024-09-11 11:58:54 PDT
Radar WebKit Bug Importer
Comment 2 2024-09-18 11:40:19 PDT
Note You need to log in before you can comment on or make changes to this bug.