| Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| index 5a95fdfe7fcaffe422cd8b9bd2e7b6c3ca9789d5..cbe15932e50e2404692269e408a8a8842cb86e68 100644
|
| --- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| +++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| @@ -881,6 +881,7 @@ void XMLHttpRequest::createRequest(PassRefPtr<EncodedFormData> httpBody, Excepti
|
| request.setRequestContext(WebURLRequest::RequestContextXMLHttpRequest);
|
| request.setFetchCredentialsMode(m_includeCredentials ? WebURLRequest::FetchCredentialsModeInclude : WebURLRequest::FetchCredentialsModeSameOrigin);
|
| request.setSkipServiceWorker(m_isolatedWorldSecurityOrigin);
|
| + request.setExternalRequestStateFromRequestorAddressSpace(executionContext.securityContext().addressSpace());
|
|
|
| InspectorInstrumentation::willLoadXHR(&executionContext, this, this, m_method, m_url, m_async, httpBody ? httpBody->deepCopy() : nullptr, m_requestHeaders, m_includeCredentials);
|
|
|
|
|