RESOLVED FIXED277736
[GLIB] SysprofAnnotator uses non-empty empty string for descriptions
https://bugs.webkit.org/show_bug.cgi?id=277736
Summary [GLIB] SysprofAnnotator uses non-empty empty string for descriptions
Georges Basile Stavracas Neto
Reported 2024-08-07 07:38:41 PDT
Instead of a fully empty string ("") or no string at all (nullptr), it uses a whitespaced string (" "). This makes Sysprof think there's a description, when in fact it doesn't have.
Attachments
Georges Basile Stavracas Neto
Comment 1 2024-08-07 08:32:44 PDT
EWS
Comment 2 2024-08-09 05:27:32 PDT
Committed 282044@main (d83571d66df9): <https://commits.webkit.org/282044@main> Reviewed commits have been landed. Closing PR #31833 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.