| Index: Source/core/css/parser/CSSParserValues.h
|
| diff --git a/Source/core/css/parser/CSSParserValues.h b/Source/core/css/parser/CSSParserValues.h
|
| index b3a90dd86b5ff2b69e3f4ff48882be25035f7998..d62ff2eb64cafdb1e8d65d70e59f1c1fb713e2bf 100644
|
| --- a/Source/core/css/parser/CSSParserValues.h
|
| +++ b/Source/core/css/parser/CSSParserValues.h
|
| @@ -77,7 +77,7 @@ public:
|
| : m_current(0)
|
| {
|
| }
|
| - CSSParserValueList(CSSParserTokenRange, bool& usesRemUnits);
|
| + CSSParserValueList(CSSParserTokenRange);
|
| ~CSSParserValueList();
|
|
|
| void addValue(const CSSParserValue&);
|
|
|