| Index: third_party/WebKit/Source/modules/fetch/FetchRequestData.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/FetchRequestData.cpp b/third_party/WebKit/Source/modules/fetch/FetchRequestData.cpp
|
| index ef910f5a77f480305916f73e80972baacef04bec..8fdaa58c4f01fc4590f4f33971ce90d29459d346 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FetchRequestData.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/FetchRequestData.cpp
|
| @@ -8,6 +8,7 @@
|
| #include "core/fetch/ResourceLoaderOptions.h"
|
| #include "core/loader/ThreadableLoader.h"
|
| #include "core/streams/ReadableStream.h"
|
| +#include "modules/credentialmanager/PasswordCredential.h"
|
| #include "modules/fetch/BodyStreamBuffer.h"
|
| #include "modules/fetch/DataConsumerHandleUtil.h"
|
| #include "modules/fetch/DataConsumerTee.h"
|
| @@ -60,6 +61,7 @@ FetchRequestData* FetchRequestData::cloneExceptBody()
|
| request->m_responseTainting = m_responseTainting;
|
| request->m_mimeType = m_mimeType;
|
| request->m_integrity = m_integrity;
|
| + request->m_attachedCredential = m_attachedCredential;
|
| return request;
|
| }
|
|
|
|
|