| Index: third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp b/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| index 9de240adfa8d26af59b9f9dcbde62e61f8de50c2..e93e8b39812a946efdc087246cadd11298d1ba76 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| @@ -89,7 +89,7 @@ void MatchedPropertiesCache::add(const ComputedStyle& style, const ComputedStyle
|
| if (++m_additionsSinceLastSweep >= maxAdditionsBetweenSweeps
|
| && !m_sweepTimer.isActive()) {
|
| static const unsigned sweepTimeInSeconds = 60;
|
| - m_sweepTimer.startOneShot(sweepTimeInSeconds, FROM_HERE);
|
| + m_sweepTimer.startOneShot(sweepTimeInSeconds, BLINK_FROM_HERE);
|
| }
|
| #endif
|
|
|
|
|