Call addExtraFieldsToRequest with current load type, not the previous load type.
Created attachment 397508 [details] Patch
Comment on attachment 397508 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=397508&action=review > Source/WebCore/ChangeLog:8 > + Call addExtraFieldsToRequest with current load type, not the previous load type. Is there any observable progression from this? If so, can we make a test demonstrating it? > Source/WebCore/loader/FrameLoader.cpp:1520 > + ResourceRequest& request = newDocumentLoader.request(); I would have suggested auto& here.