Drop StringImpl::createFromLiteral(). Call sites that have an ASCIILiteral can now simply call StringImpl::create(ASCIILiteral). Call sites that have raw characters can call the existing StringImpl::createWithoutCopying(). This simplifies our API a bit.
Pull request: https://github.com/WebKit/WebKit/pull/405
Committed r293621 (250127@main): <https://commits.webkit.org/250127@main> Reviewed commits have been landed. Closing PR #405 and removing active labels.
<rdar://problem/92532725>
Reopening since it was temporary reverted to address some internal EWS issues.
Pull request: https://github.com/WebKit/WebKit/pull/490
Committed r293763 (250242@main): <https://commits.webkit.org/250242@main> Reviewed commits have been landed. Closing PR #490 and removing active labels.
Reopening to attach new patch.
Created attachment 458934 [details] Patch for landing
Committed r293882 (250340@main): <https://commits.webkit.org/250340@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 458934 [details].
(In reply to Fujii Hironori from comment #7) > Reopening to attach new patch. Thank you for fixing!