| Index: Source/core/loader/cache/CachedCSSStyleSheet.h
|
| diff --git a/Source/core/loader/cache/CachedCSSStyleSheet.h b/Source/core/loader/cache/CachedCSSStyleSheet.h
|
| index d67f6f9fb3263330502d8435855327eedac0200c..bc2160d8e0a30deab278048b1155458d6c75e207 100644
|
| --- a/Source/core/loader/cache/CachedCSSStyleSheet.h
|
| +++ b/Source/core/loader/cache/CachedCSSStyleSheet.h
|
| @@ -56,7 +56,6 @@ namespace WebCore {
|
|
|
| private:
|
| bool canUseSheet(bool enforceMIMEType, bool* hasValidMIMEType) const;
|
| - virtual PurgePriority purgePriority() const { return PurgeLast; }
|
|
|
| protected:
|
| virtual void checkNotify();
|
|
|