| 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 b8375858cc9d478d6f1883b47552c6dcda4a1bee..7b2034c7cb2534b95485cdadc3b2c78f554d8d9c 100644
|
| --- a/third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp
|
| @@ -148,7 +148,7 @@ void CSSSelectorWatch::watchCSSSelectors(const Vector<String>& selectors)
|
| const RefPtrWillBeRawPtr<StylePropertySet> callbackPropertySet = ImmutableStylePropertySet::create(nullptr, 0, UASheetMode);
|
|
|
| for (unsigned i = 0; i < selectors.size(); ++i) {
|
| - CSSSelectorList selectorList = CSSParser::parseSelector(CSSParserContext(UASheetMode, 0), selectors[i]);
|
| + CSSSelectorList selectorList = CSSParser::parseSelector(CSSParserContext(UASheetMode, 0), nullptr, selectors[i]);
|
| if (!selectorList.isValid())
|
| continue;
|
|
|
|
|