[Webkit-unassigned] [Bug 214009] REGRESSION: (r263977): [ iOS Debug WK2 ] 36 fast form and web-platform test consistently crashing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 6 16:05:30 PDT 2020


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com

--- Comment #3 from Darin Adler <darin at apple.com> ---
Fix is to change:

    return ""_s;

to:

    return emptyString();

-- 
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/20200706/f82387b1/attachment.htm>


More information about the webkit-unassigned mailing list