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