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