[Webkit-unassigned] [Bug 195947] REGRESSION(r243115) breaks build for clang 3.8

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 19 13:05:43 PDT 2019


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

--- Comment #10 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to Michael Catanzaro from comment #8)
> Or maybe:
> 
> return String { resultImpl };

Would have to be:

return String { WTFMove(resultImpl) };

-- 
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/20190319/358b4fed/attachment-0001.html>


More information about the webkit-unassigned mailing list