| Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| index 5774399e232491a1d0095b3ba8f4f89fa9240981..6be40335f55dad68554922ee4a7b6bb47de6d55c 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| @@ -262,6 +262,7 @@ static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> consumeLength(CSSParserTokenRan
|
| case CSSPrimitiveValue::UnitType::Inches:
|
| case CSSPrimitiveValue::UnitType::Points:
|
| case CSSPrimitiveValue::UnitType::Picas:
|
| + case CSSPrimitiveValue::UnitType::UserCoordinates:
|
| case CSSPrimitiveValue::UnitType::ViewportWidth:
|
| case CSSPrimitiveValue::UnitType::ViewportHeight:
|
| case CSSPrimitiveValue::UnitType::ViewportMin:
|
|
|