| Index: Source/core/css/CSSStyleRule.cpp
|
| diff --git a/Source/core/css/CSSStyleRule.cpp b/Source/core/css/CSSStyleRule.cpp
|
| index eaa897a5d60a56b3ec21cd91f15cfc510742e0eb..76750e3ea49e510bd8b0410415dfbc2dc342438e 100644
|
| --- a/Source/core/css/CSSStyleRule.cpp
|
| +++ b/Source/core/css/CSSStyleRule.cpp
|
| @@ -92,7 +92,7 @@ String CSSStyleRule::selectorText() const
|
|
|
| void CSSStyleRule::setSelectorText(const String& selectorText)
|
| {
|
| - CSSParserContext context(parserContext(), 0);
|
| + CSSParserContext context(parserContext(), 0, 0);
|
| CSSSelectorList selectorList;
|
| CSSParser::parseSelector(context, selectorText, selectorList);
|
| if (!selectorList.isValid())
|
|
|