Bug 253730

Summary: Use the initializer list to initialize String::m_impl
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Web Template FrameworkAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2023-03-10 13:09:04 PST
Use the initializer list to initialize String::m_impl, instead of doing it in the constructor's body. This should be slightly more efficient.
Comment 1 Chris Dumez 2023-03-10 13:10:58 PST
Pull request: https://github.com/WebKit/WebKit/pull/11379
Comment 2 EWS 2023-03-10 14:51:21 PST
Committed 261530@main (c0b2534060e4): <https://commits.webkit.org/261530@main>

Reviewed commits have been landed. Closing PR #11379 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-03-10 14:52:17 PST
<rdar://problem/106573875>