| Index: third_party/WebKit/Source/core/fetch/RawResource.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/RawResource.cpp b/third_party/WebKit/Source/core/fetch/RawResource.cpp
|
| index d6cfe5764744c359cf55a21268e55da4f1a3c563..0c51bdb0639bec5f8bdc17430b226b088237e07f 100644
|
| --- a/third_party/WebKit/Source/core/fetch/RawResource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/RawResource.cpp
|
| @@ -37,10 +37,7 @@ namespace blink {
|
|
|
| Resource* RawResource::fetchSynchronously(FetchRequest& request, ResourceFetcher* fetcher)
|
| {
|
| - request.mutableResourceRequest().setTimeoutInterval(10);
|
| - ResourceLoaderOptions options(request.options());
|
| - options.synchronousPolicy = RequestSynchronously;
|
| - request.setOptions(options);
|
| + request.makeSynchronous();
|
| return fetcher->requestResource(request, RawResourceFactory(Resource::Raw));
|
| }
|
|
|
|
|