| 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 37c225d31083b9380e64516edee3504b4d1296fc..c278bf5b92efafc2bf5c2d4cf1af18308ce1b7f8 100644
|
| --- a/third_party/WebKit/Source/core/fetch/RawResource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/RawResource.cpp
|
| @@ -36,10 +36,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));
|
| }
|
|
|
|
|