| Index: third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.cpp b/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.cpp
|
| index 01016800c2ca73813452f96c551ce9436ff36c43..156ebe31d5d71f679f6558ab08295f135f87d265 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.cpp
|
| @@ -96,6 +96,7 @@ public:
|
| ResourceRequest request(url);
|
| request.setRequestContext(WebURLRequest::RequestContextInternal);
|
| request.setUseStreamOnResponse(true);
|
| + // We intentionally skip 'setExternalRequestStateFromRequestorAddressSpace', as 'data:' can never be external.
|
| m_loader->start(request);
|
| }
|
|
|
|
|