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