| 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 1689287a2d9430f06648e3174a32916c874d2caa..a0ad9663c3eacfd9930d4abb18b3219488da8712 100644
|
| --- a/third_party/WebKit/Source/core/loader/WorkerFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/WorkerFetchContext.h
|
| @@ -44,7 +44,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;
|
|
|