Fix some whitespace handling issues in URL setters
Created attachment 433150 [details] Patch
Created attachment 433152 [details] Patch
Created attachment 433163 [details] Patch
Comment on attachment 433163 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=433163&action=review > Source/WebCore/html/URLDecomposition.cpp:176 > + for (size_t i = 0; i < string.length(); ++i) { could use unsigned instead of size_t since that's what string.length() returns.
Committed r279760 (239531@main): <https://commits.webkit.org/239531@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 433163 [details].
<rdar://problem/80347704>