On Sat, Dec 15, 2018 at 8:46 AM Chris Dumez <[email protected]> wrote:

>
>
> This is the latest one: https://trac.webkit.org/changeset/239228/webkit
>

This expression WTFMove(*m_pendingWebsitePolicies) doesn't move
std::optional<WebsitePoliciesData>, but moves the content of the
std::optional, WebsitePoliciesData. I think your proposal doesn't work for
this code.
_______________________________________________
webkit-dev mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to