Chromium Code Reviews| 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 f2a99cd540fb84add62bf9823d71053f5d9659aa..7755393dfb97995087653d258f065c7d0417b208 100644 |
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| @@ -524,7 +524,7 @@ enum ItemPositionType { |
| }; |
| enum ContentPosition { |
| - ContentPositionAuto, |
| + ContentPositionNormal, |
| ContentPositionBaseline, |
| ContentPositionLastBaseline, |
| ContentPositionCenter, |