| Index: Source/core/loader/cache/CachedResourceClient.h
|
| diff --git a/Source/core/loader/cache/CachedResourceClient.h b/Source/core/loader/cache/CachedResourceClient.h
|
| index e0e1b0981efa0c159e70eaf613b351cbdb9ed47f..d34e916fde65b77099f37225285993fadea6c012 100644
|
| --- a/Source/core/loader/cache/CachedResourceClient.h
|
| +++ b/Source/core/loader/cache/CachedResourceClient.h
|
| @@ -45,7 +45,7 @@ public:
|
| virtual ~CachedResourceClient() { }
|
| virtual void notifyFinished(CachedResource*) { }
|
| virtual void deprecatedDidReceiveCachedResource(CachedResource*) { }
|
| -
|
| +
|
| static CachedResourceClientType expectedType() { return BaseResourceType; }
|
| virtual CachedResourceClientType resourceClientType() const { return expectedType(); }
|
|
|
|
|