We should consider making a new immortal string representing "about:blank", like we do for empty string and some others, rather than converting from URL -> String for all of these cases.
Created attachment 405890 [details] Patch
(In reply to Brent Fulgham from comment #0) > We should consider making a new immortal string representing "about:blank", > like we do for empty string and some others, rather than converting from URL > -> String for all of these cases. Why?
"Converting" from URL to String is not really a thing. A URL has a String inside it so no conversion is required.
I don’t think there is benefit here, but maybe I am missing something.
<rdar://problem/66803323>
Closing based on Darin's comments.