| Index: Source/core/fetch/CachingCorrectnessTest.cpp
|
| diff --git a/Source/core/fetch/CachingCorrectnessTest.cpp b/Source/core/fetch/CachingCorrectnessTest.cpp
|
| index c772cf3d04a3a2838a51cf73b1840bd1f92bd071..f847b417e9e6be1e3a656f65c8526dcb441e4650 100644
|
| --- a/Source/core/fetch/CachingCorrectnessTest.cpp
|
| +++ b/Source/core/fetch/CachingCorrectnessTest.cpp
|
| @@ -67,7 +67,7 @@ public:
|
| ~MockFetchContext() { }
|
|
|
| bool allowImage(bool imagesEnabled, const KURL&) const override { return true; }
|
| - bool canRequest(Resource::Type, const ResourceRequest&, const KURL&, const ResourceLoaderOptions&, bool forPreload, FetchRequest::OriginRestriction) const override { return true; }
|
| + bool canRequest(Resource::Type, ResourceRequest&, const KURL&, const ResourceLoaderOptions&, bool forPreload, FetchRequest::OriginRestriction) const override { return true; }
|
|
|
| private:
|
| MockFetchContext() { }
|
|
|