[Webkit-unassigned] [Bug 257084] Remove no-argument simplifyWhitespace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 22 08:22:18 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=257084

--- Comment #2 from Darin Adler <darin at apple.com> ---
That last error looks like a missing WTF_EXPORT_PRIVATE.

I’m not sure why we have simplifyWhitespace. It seems rarely useful to turn runs of spaces into a single one. Functions that split on spaces can be made to work with runs easily. It might be easier to remove the callers one by one rather than fixing this.

How many callers do we have? I wonder what useful they are doing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230522/d0765846/attachment-0001.htm>


More information about the webkit-unassigned mailing list