[webkit-reviews] review granted: [Bug 184946] Move all calls to ResourceLoader::start to WebKitLegacy : [Attachment 338691] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 1 14:29:22 PDT 2018


Andy Estes <aestes at apple.com> has granted Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 184946: Move all calls to ResourceLoader::start to WebKitLegacy
https://bugs.webkit.org/show_bug.cgi?id=184946

Attachment 338691: Patch

https://bugs.webkit.org/attachment.cgi?id=338691&action=review




--- Comment #2 from Andy Estes <aestes at apple.com> ---
Comment on attachment 338691
  --> https://bugs.webkit.org/attachment.cgi?id=338691
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=338691&action=review

> Source/WebCore/loader/ResourceLoader.h:155
> +    ResourceRequest takeDeferredRequest() { return
std::exchange(m_deferredRequest, ResourceRequest()); }

Can ResourceRequest() be replaced with { }?


More information about the webkit-reviews mailing list