| Index: third_party/WebKit/Source/core/loader/WorkerFetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/WorkerFetchContext.cpp b/third_party/WebKit/Source/core/loader/WorkerFetchContext.cpp
|
| index 518bc890877eba590148156c8318d102716f4158..af3f9598cb70d443db5f71871f3d94a6f1a4db38 100644
|
| --- a/third_party/WebKit/Source/core/loader/WorkerFetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/WorkerFetchContext.cpp
|
| @@ -136,11 +136,6 @@ void WorkerFetchContext::DispatchDidBlockRequest(
|
| // TODO(horo): Implement this.
|
| }
|
|
|
| -void WorkerFetchContext::ReportLocalLoadFailed(const KURL&) const {
|
| - // Threre is no way to load local files from worker thread.
|
| - NOTREACHED();
|
| -}
|
| -
|
| bool WorkerFetchContext::ShouldBypassMainWorldCSP() const {
|
| // This method was introduced to bypass the page's CSP while running the
|
| // script from an isolated world (ex: Chrome extensions). But worker threads
|
|
|