| Index: Source/core/css/CSSParserValues.cpp
|
| diff --git a/Source/core/css/CSSParserValues.cpp b/Source/core/css/CSSParserValues.cpp
|
| index de0364b895b9cb0de2f6a0371c4f6839d1707bb7..9863e9a59620bb6e0eaa5fd4502580e4705de4dd 100644
|
| --- a/Source/core/css/CSSParserValues.cpp
|
| +++ b/Source/core/css/CSSParserValues.cpp
|
| @@ -65,7 +65,7 @@ PassRefPtr<CSSValue> CSSParserValue::createCSSValue()
|
| RefPtr<CSSValue> parsedValue;
|
| if (id)
|
| return CSSPrimitiveValue::createIdentifier(id);
|
| -
|
| +
|
| if (unit == CSSParserValue::Operator) {
|
| RefPtr<CSSPrimitiveValue> primitiveValue = CSSPrimitiveValue::createParserOperator(iValue);
|
| primitiveValue->setPrimitiveType(CSSPrimitiveValue::CSS_PARSER_OPERATOR);
|
|
|