| Index: third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/PingLoader.cpp b/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| index 956cc975a14c432b310e98ef0777481f61f21a14..6ee6b68ea50aa6674104f1d575af24ebc29cfe10 100644
|
| --- a/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| @@ -397,7 +397,8 @@ void finishPingRequestInitialization(
|
| request.setRequestContext(requestContext);
|
| FetchContext& fetchContext = frame->document()->fetcher()->context();
|
| fetchContext.addAdditionalRequestHeaders(request, FetchSubresource);
|
| - fetchContext.populateRequestData(request);
|
| + // TODO(tyoshino): Call populateResourceRequest() if appropriate.
|
| + fetchContext.setFirstPartyCookieAndRequestorOrigin(request);
|
| }
|
|
|
| bool sendPingCommon(LocalFrame* frame,
|
|
|