| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp b/third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp
|
| index e1b2553c09b6969133ff11a433bfb85643677ad6..713e6b37832f3433675e5480b69f929a33dc7b1e 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp
|
| @@ -83,7 +83,7 @@ void ResourceLoader::Start(const ResourceRequest& request) {
|
| return;
|
| }
|
|
|
| - loader_ = WTF::WrapUnique(Platform::Current()->CreateURLLoader());
|
| + loader_ = WTF::WrapUnique(Context().CreateURLLoader());
|
| DCHECK(loader_);
|
| loader_->SetDefersLoading(Context().DefersLoading());
|
| loader_->SetLoadingTaskRunner(Context().LoadingTaskRunner().Get());
|
|
|