| Index: third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp b/third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp
|
| index 46003b1f83ae6bdbedee2a56435fb5280fc80f68..f9359994090209a2ccb411fdeee4995e4d15494e 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp
|
| @@ -2104,7 +2104,7 @@ PassRefPtrWillBeRawPtr<CSSValue> CSSPropertyParser::parseItemPositionOverflowPos
|
| // auto | stretch | <baseline-position> | [<item-position> && <overflow-position>? ]
|
| // <baseline-position> = baseline | last-baseline;
|
| // <item-position> = center | start | end | self-start | self-end | flex-start | flex-end | left | right;
|
| - // <overflow-position> = true | safe
|
| + // <overflow-position> = unsafe | safe
|
|
|
| CSSParserValue* value = m_valueList->current();
|
| ASSERT(value);
|
|
|