| Index: Source/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h
|
| index 54eefdeada346199b0c8d21f8017b5202e457096..5f0cccc75ea1f8fd0cc41e17083178096f45e69e 100644
|
| --- a/Source/core/rendering/style/RenderStyleConstants.h
|
| +++ b/Source/core/rendering/style/RenderStyleConstants.h
|
| @@ -377,12 +377,10 @@ enum TextJustify {
|
| TextJustifyAuto, TextJustifyNone, TextJustifyInterWord, TextJustifyDistribute
|
| };
|
|
|
| -#if ENABLE(CSS3_TEXT)
|
| enum TextUnderlinePosition {
|
| // FIXME: Implement support for 'under left' and 'under right' values.
|
| TextUnderlinePositionAuto = 0x1, TextUnderlinePositionAlphabetic = 0x2, TextUnderlinePositionUnder = 0x4
|
| };
|
| -#endif // CSS3_TEXT
|
|
|
| enum EPageBreak {
|
| PBAUTO, PBALWAYS, PBAVOID
|
|
|