| Index: third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp b/third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp
|
| index 1e3f4697b15bbf69ad75b7279da48b8c3c781f89..079279db2d3d93dce3388c0f75fd4e1ee190db4b 100644
|
| --- a/third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp
|
| @@ -66,7 +66,7 @@ CSSSelectorWatch* CSSSelectorWatch::fromIfExists(Document& document)
|
| return static_cast<CSSSelectorWatch*>(Supplement<Document>::from(document, kSupplementName));
|
| }
|
|
|
| -void CSSSelectorWatch::callbackSelectorChangeTimerFired(Timer<CSSSelectorWatch>*)
|
| +void CSSSelectorWatch::callbackSelectorChangeTimerFired(TimerBase*)
|
| {
|
| // Should be ensured by updateSelectorMatches():
|
| DCHECK(!m_addedSelectors.isEmpty() || !m_removedSelectors.isEmpty());
|
|
|