| Index: Source/core/rendering/style/RenderStyleConstants.h
 | 
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h
 | 
| index 359bd551eb283e418418e1050823fec1abc45c76..04d96a1d8d3f5de60cbad142b26ac9db9c540d95 100644
 | 
| --- a/Source/core/rendering/style/RenderStyleConstants.h
 | 
| +++ b/Source/core/rendering/style/RenderStyleConstants.h
 | 
| @@ -379,7 +379,8 @@ enum TextJustify {
 | 
|  
 | 
|  enum TextUnderlinePosition {
 | 
|      // FIXME: Implement support for 'under left' and 'under right' values.
 | 
| -    TextUnderlinePositionAuto = 0x1, TextUnderlinePositionAlphabetic = 0x2, TextUnderlinePositionUnder = 0x4
 | 
| +    TextUnderlinePositionAuto = 0x1,
 | 
| +    TextUnderlinePositionUnder = 0x2
 | 
|  };
 | 
|  
 | 
|  enum EPageBreak {
 | 
| 
 |