| Index: Source/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h
|
| index eea12ff5b27121de4249def2c99d91fe56e3e623..4b7992d775a61c8c115c510501c9532a66f46432 100644
|
| --- a/Source/core/rendering/style/RenderStyleConstants.h
|
| +++ b/Source/core/rendering/style/RenderStyleConstants.h
|
| @@ -340,12 +340,10 @@ inline ETextDecoration& operator|=(ETextDecoration& a, ETextDecoration b) { retu
|
|
|
| enum TextDecorationStyle {
|
| TextDecorationStyleSolid,
|
| -#if ENABLE(CSS3_TEXT)
|
| TextDecorationStyleDouble,
|
| TextDecorationStyleDotted,
|
| TextDecorationStyleDashed,
|
| TextDecorationStyleWavy
|
| -#endif // CSS3_TEXT
|
| };
|
|
|
| #if ENABLE(CSS3_TEXT)
|
|
|