| Index: third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp b/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
|
| index 9cbe38178111a60489aead26f49740f3c509a407..3f94c9d2fe6f5f41cf4fe7d22bd5469165b144ce 100644
|
| --- a/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
|
| @@ -97,7 +97,7 @@ private:
|
| static const unsigned minimumPresentationAttributeCacheSizeForCleaning = 100;
|
| static const unsigned minimumPresentationAttributeCacheHitCountPerMinute = (100 * presentationAttributeCacheCleanTimeInSeconds) / 60;
|
|
|
| - void cleanCache(Timer<PresentationAttributeCacheCleaner>* timer)
|
| + void cleanCache(TimerBase* timer)
|
| {
|
| ASSERT_UNUSED(timer, timer == &m_cleanTimer);
|
| unsigned hitCount = m_hitCount;
|
|
|