| Index: third_party/WebKit/Source/core/css/RuleFeatureSetTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/RuleFeatureSetTest.cpp b/third_party/WebKit/Source/core/css/RuleFeatureSetTest.cpp
|
| index 81d32678a7d4c457087423797ff384b2d6dcda37..95e7c0acb49ad0cb05914363ad7f4b85630b2b29 100644
|
| --- a/third_party/WebKit/Source/core/css/RuleFeatureSetTest.cpp
|
| +++ b/third_party/WebKit/Source/core/css/RuleFeatureSetTest.cpp
|
| @@ -37,7 +37,7 @@ public:
|
|
|
| void updateInvalidationSets(const String& selectorText)
|
| {
|
| - CSSSelectorList selectorList = CSSParser::parseSelector(strictCSSParserContext(), selectorText);
|
| + CSSSelectorList selectorList = CSSParser::parseSelector(strictCSSParserContext(), nullptr, selectorText);
|
|
|
| RefPtrWillBeRawPtr<StyleRule> styleRule = StyleRule::create(std::move(selectorList), MutableStylePropertySet::create(HTMLStandardMode));
|
| RuleData ruleData(styleRule.get(), 0, 0, RuleHasNoSpecialState);
|
|
|