| 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 d817be79df859cf44bc234d9e9b669e94e9db96a..74abec40a4f9cf0e432873e70911247a5a90adf1 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));
|
| }
|
|
|
|
|