| 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 b6273473fdb6633473f2b600d1210618205c3c3f..e7aec51880264a7f68a7b32086e2d135c0ed6793 100644
|
| --- a/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
|
| +++ b/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
|
| @@ -82,8 +82,10 @@ class CORE_EXPORT CSSSelectorWatch final
|
|
|
| Timer<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 callbacks to the embedder, so this counter lets us wait another time around the event loop.
|
| + // 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
|
| + // callbacks to the embedder, so this counter lets us wait another time around
|
| + // the event loop.
|
| int m_timerExpirations;
|
|
|
| friend class CSSSelectorWatchTest;
|
|
|