Bug 253825 - Prefer mutableCopy over mutableCopyWithZone
Summary: Prefer mutableCopy over mutableCopyWithZone
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-13 07:31 PDT by Seija K.
Modified: 2023-03-24 10:47 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Seija K. 2023-03-13 07:31:23 PDT
We do not need to worry about zones, nor is the method overridden, so we can replace this method with mutableCopy.
Comment 1 Seija K. 2023-03-13 07:33:58 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11440
Comment 2 Radar WebKit Bug Importer 2023-03-20 07:32:16 PDT
<rdar://problem/106942513>
Comment 3 EWS 2023-03-24 10:47:55 PDT
Committed 262083@main (c0b2221b92ed): <https://commits.webkit.org/262083@main>

Reviewed commits have been landed. Closing PR #11440 and removing active labels.