[Webkit-unassigned] [Bug 165477] Functions with a return type of ExceptionOr<String> cannot "return emptyString(); "

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 6 18:47:53 PST 2016


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

--- Comment #1 from Darin Adler <darin at apple.com> ---
The workaround is to write this:

    return String { emptyString() };

I’m not sure we need to fix this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161207/504b5e38/attachment.html>


More information about the webkit-unassigned mailing list