| Index: third_party/WebKit/Source/core/loader/WorkerFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/WorkerFetchContext.h b/third_party/WebKit/Source/core/loader/WorkerFetchContext.h
|
| index eac13af5fa3f1e194f2a6ebdf0ae9249ec388860..14491f4ed4afcac0109d49c1dce15e3578240c9d 100644
|
| --- a/third_party/WebKit/Source/core/loader/WorkerFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/WorkerFetchContext.h
|
| @@ -43,7 +43,6 @@ class WorkerFetchContext final : public BaseFetchContext {
|
| void DispatchDidBlockRequest(const ResourceRequest&,
|
| const FetchInitiatorInfo&,
|
| ResourceRequestBlockedReason) const override;
|
| - void ReportLocalLoadFailed(const KURL&) const override;
|
| bool ShouldBypassMainWorldCSP() const override;
|
| bool IsSVGImageChromeClient() const override;
|
| void CountUsage(UseCounter::Feature) const override;
|
|
|