| Index: third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| index 14d68311b17f126c16d86b27e5163038205b948e..fd471acad9ad5863005073dddcd59cda468122b0 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -503,7 +503,7 @@ enum ItemPosition {
|
|
|
| enum OverflowAlignment {
|
| OverflowAlignmentDefault,
|
| - OverflowAlignmentTrue,
|
| + OverflowAlignmentUnsafe,
|
| OverflowAlignmentSafe
|
| };
|
|
|
|
|