[webkit-reviews] review granted: [Bug 199380] FetchResponse::BodyLoader should not be movable : [Attachment 373265] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 1 14:54:14 PDT 2019
Alex Christensen <achristensen at apple.com> has granted Zan Dobersek
<zan at falconsigh.net>'s request for review:
Bug 199380: FetchResponse::BodyLoader should not be movable
https://bugs.webkit.org/show_bug.cgi?id=199380
Attachment 373265: Patch
https://bugs.webkit.org/attachment.cgi?id=373265&action=review
--- Comment #4 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 373265
--> https://bugs.webkit.org/attachment.cgi?id=373265
Patch
Classic case of moved-from undefined state bug. We still need to be careful
about std::exchange/WTFMove being used correctly.
More information about the webkit-reviews
mailing list