| Index: third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
|
| diff --git a/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h b/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
|
| index e7aec51880264a7f68a7b32086e2d135c0ed6793..d4261e22045fd6cfe848570df7ed206925e2e79f 100644
|
| --- a/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
|
| +++ b/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
|
| @@ -80,7 +80,7 @@ class CORE_EXPORT CSSSelectorWatch final
|
| HashSet<String> m_addedSelectors;
|
| HashSet<String> m_removedSelectors;
|
|
|
| - Timer<CSSSelectorWatch> m_callbackSelectorChangeTimer;
|
| + TaskRunnerTimer<CSSSelectorWatch> m_callbackSelectorChangeTimer;
|
|
|
| // When an element is reparented, the new location's style is evaluated after
|
| // the expriation of the relayout timer. We don't want to send redundant
|
|
|