| 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 7e57b4bfdfaff2e27749618210b543c3f8757c63..31a570ea4c403ce3356467304adcfff39b1bd105 100644
|
| --- a/third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp
|
| @@ -95,7 +95,7 @@ void CSSSelectorWatch::updateSelectorMatches(
|
| bool shouldUpdateTimer = false;
|
|
|
| for (const auto& selector : removedSelectors) {
|
| - if (!m_matchingCallbackSelectors.remove(selector))
|
| + if (!m_matchingCallbackSelectors.erase(selector))
|
| continue;
|
|
|
| // Count reached 0.
|
|
|