| 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 a45caa6a16baf06e613b0500b10be8466ff46a93..c81f41dd211a059788c36b51e170c16e27565b22 100644
|
| --- a/third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp
|
| @@ -159,7 +159,7 @@ void CSSSelectorWatch::watchCSSSelectors(const Vector<String>& selectors) {
|
| if (!allCompound(selectorList))
|
| continue;
|
|
|
| - m_watchedCallbackSelectors.append(
|
| + m_watchedCallbackSelectors.push_back(
|
| StyleRule::create(std::move(selectorList), callbackPropertySet));
|
| }
|
| document().styleEngine().watchedSelectorsChanged();
|
|
|