diff --git a/patches/common/chromium/blink-worker-enable-csp-in-file-scheme.patch b/patches/common/chromium/blink-worker-enable-csp-in-file-scheme.patch index 9998e9bc..2d310e81 100644 --- a/patches/common/chromium/blink-worker-enable-csp-in-file-scheme.patch +++ b/patches/common/chromium/blink-worker-enable-csp-in-file-scheme.patch @@ -1,7 +1,7 @@ -diff --git a/third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp b/third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp +diff --git a/third_party/blink/renderer/core/workers/worker_classic_script_loader.cc b/third_party/blink/renderer/core/workers/worker_classic_script_loader.cc index bdd886eff5e3..42a3f0ef6e55 100644 ---- a/third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp -+++ b/third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp +--- a/third_party/blink/renderer/core/workers/worker_classic_script_loader.cc ++++ b/third_party/blink/renderer/core/workers/worker_classic_script_loader.cc @@ -255,7 +255,6 @@ void WorkerScriptLoader::ProcessContentSecurityPolicy( // document (which is implemented in WorkerMessagingProxy, and // m_contentSecurityPolicy should be left as nullptr to inherit the policy).