Use StaticStringImpl instead of StringImpl::createStaticStringImpl if it is not dynamic string content
Created attachment 424190 [details] Patch
Committed r275002 (235740@main): <https://commits.webkit.org/235740@main>
<rdar://problem/75818017>
Comment on attachment 424190 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=424190&action=review > Source/WTF/wtf/URL.cpp:858 > +static StaticStringImpl aboutBlankString { "about:blank" }; Why are these outside the functions? > Source/WTF/wtf/URL.cpp:869 > +static StaticStringImpl aboutSrcDocString { "about:srcdoc" }; Ditto.