| Index: Source/core/fetch/FetchContext.cpp
|
| diff --git a/Source/core/fetch/FetchContext.cpp b/Source/core/fetch/FetchContext.cpp
|
| index ed3a6af5a8d72274fd428e85f0587f0e4e091275..4f64ca607d3c2fc31c6db28c5a8d55fbc3bc0235 100644
|
| --- a/Source/core/fetch/FetchContext.cpp
|
| +++ b/Source/core/fetch/FetchContext.cpp
|
| @@ -52,6 +52,10 @@ void FetchContext::addAdditionalRequestHeaders(Document*, ResourceRequest&, Fetc
|
| {
|
| }
|
|
|
| +void FetchContext::setFirstPartyForCookies(ResourceRequest&)
|
| +{
|
| +}
|
| +
|
| CachePolicy FetchContext::cachePolicy(Document*) const
|
| {
|
| return CachePolicyVerify;
|
|
|