Index: Source/core/fetch/FetchContext.cpp |
diff --git a/Source/core/fetch/FetchContext.cpp b/Source/core/fetch/FetchContext.cpp |
index cf9e1e0c11e7b1897125d12c0879e85f18825575..62100f93e46799017e5eaf28b72c300cfd1e7eaf 100644 |
--- a/Source/core/fetch/FetchContext.cpp |
+++ b/Source/core/fetch/FetchContext.cpp |
@@ -120,4 +120,8 @@ void FetchContext::addClientHintsIfNecessary(FetchRequest&) |
{ |
} |
+void FetchContext::addCSPHeaderIfNecessary(Resource::Type, FetchRequest&) |
+{ |
+} |
+ |
} // namespace blink |