| Index: third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/Resource.h b/third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| index cbd4c0f77aad190928e26e693641f6334982e325..0ff68ed929b64f11ac2caaad06dcd11fbf09132d 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| @@ -282,7 +282,6 @@ class PLATFORM_EXPORT Resource : public GarbageCollectedFinalized<Resource>,
|
|
|
| double currentAge() const;
|
| double freshnessLifetime() const;
|
| - double stalenessLifetime() const;
|
|
|
| bool isAlive() const { return m_isAlive; }
|
|
|
|
|