| 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 fcecfbd8caa51e3daaf7ecc39fce0cd6afe088b2..13b5b82e2f9dc6acbe564fd4fa1ce75e8a3223da 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp
|
| @@ -3247,7 +3247,7 @@ static bool isBaselinePositionKeyword(CSSValueID id)
|
|
|
| static bool isAlignmentOverflowKeyword(CSSValueID id)
|
| {
|
| - return id == CSSValueTrue || id == CSSValueSafe;
|
| + return id == CSSValueUnsafe || id == CSSValueSafe;
|
| }
|
|
|
| static bool isItemPositionKeyword(CSSValueID id)
|
|
|