Bug 253735 - Use switch statement for bufferOwnership inside StringImpl destructor
Summary: Use switch statement for bufferOwnership inside StringImpl destructor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-10 14:24 PST by Chris Dumez
Modified: 2023-03-14 09:03 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 Chris Dumez 2023-03-10 14:24:09 PST
Use switch statement for bufferOwnership inside StringImpl destructor, instead of multiple if checks.
Comment 1 Chris Dumez 2023-03-10 14:25:56 PST
Pull request: https://github.com/WebKit/WebKit/pull/11383
Comment 2 Chris Dumez 2023-03-14 09:02:37 PDT
https://commits.webkit.org/261542@main