| Index: third_party/WebKit/Source/modules/fetch/RequestInit.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/RequestInit.cpp b/third_party/WebKit/Source/modules/fetch/RequestInit.cpp
|
| index 253f5d93cbfe590bf25b12f41a9a93a7fcbb7fe7..183ab99108a12358d489201780f91b7855bc5db8 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/RequestInit.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/RequestInit.cpp
|
| @@ -82,7 +82,7 @@ RequestInit::RequestInit(ExecutionContext* context, const Dictionary& options, E
|
| }
|
| }
|
|
|
| - if (isCredentialSet || !isBodySet || v8Body->IsUndefined() || v8Body->IsNull())
|
| + if (attachedCredential.get() || !isBodySet || v8Body->IsUndefined() || v8Body->IsNull())
|
| return;
|
|
|
| if (v8Body->IsArrayBuffer()) {
|
|
|