Bug 253735

Summary: Use switch statement for bufferOwnership inside StringImpl destructor
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Web Template FrameworkAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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