RESOLVED FIXED 184946
Move all calls to ResourceLoader::start to WebKitLegacy
https://bugs.webkit.org/show_bug.cgi?id=184946
Summary Move all calls to ResourceLoader::start to WebKitLegacy
Alex Christensen
Reported 2018-04-24 17:40:03 PDT
Move all calls to ResourceLoader::start to WebKitLegacy
Attachments
Patch (9.01 KB, patch)
2018-04-24 17:52 PDT, Alex Christensen
aestes: review+
Alex Christensen
Comment 1 2018-04-24 17:52:10 PDT
Andy Estes
Comment 2 2018-08-01 14:29:22 PDT
Comment on attachment 338691 [details] 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 { }?
Alex Christensen
Comment 3 2018-08-01 15:09:23 PDT
Radar WebKit Bug Importer
Comment 4 2018-08-01 20:22:34 PDT
Note You need to log in before you can comment on or make changes to this bug.