summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/platform/loader/testing/fetch_testing_platform_support.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/platform/loader/testing/fetch_testing_platform_support.cc')
-rw-r--r--chromium/third_party/blink/renderer/platform/loader/testing/fetch_testing_platform_support.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/platform/loader/testing/fetch_testing_platform_support.cc b/chromium/third_party/blink/renderer/platform/loader/testing/fetch_testing_platform_support.cc
index 5bf93981f03..0938f6fb4e4 100644
--- a/chromium/third_party/blink/renderer/platform/loader/testing/fetch_testing_platform_support.cc
+++ b/chromium/third_party/blink/renderer/platform/loader/testing/fetch_testing_platform_support.cc
@@ -30,8 +30,7 @@ FetchTestingPlatformSupport::~FetchTestingPlatformSupport() {
MockFetchContext* FetchTestingPlatformSupport::Context() {
if (!context_) {
context_ =
- MockFetchContext::Create(MockFetchContext::kShouldLoadNewResource,
- scheduler_->DefaultTaskRunner());
+ MockFetchContext::Create(MockFetchContext::kShouldLoadNewResource);
}
return context_;
}