| Index: Source/core/fetch/ResourceFetcher.h
|
| diff --git a/Source/core/fetch/ResourceFetcher.h b/Source/core/fetch/ResourceFetcher.h
|
| index 3c68ff33c6ae1edb432409210189ff4ea9224944..6430e16df9276b314eda8888695db80800819e5b 100644
|
| --- a/Source/core/fetch/ResourceFetcher.h
|
| +++ b/Source/core/fetch/ResourceFetcher.h
|
| @@ -169,8 +169,10 @@ public:
|
| void maybeNotifyInsecureContent(const Resource*) const;
|
| void requestLoadStarted(Resource*, const FetchRequest&, ResourceLoadStartType);
|
| static const ResourceLoaderOptions& defaultResourceOptions();
|
| -private:
|
|
|
| + String getCacheIdentifier() const;
|
| +
|
| +private:
|
| explicit ResourceFetcher(DocumentLoader*);
|
|
|
| bool shouldLoadNewResource(Resource::Type) const;
|
|
|