| Index: Source/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h
|
| index 178b93ab67bdb11596778c03ffe8c89c375b9017..f5114ff90c8730aba113f3a9ffd3e2f323dfd759 100644
|
| --- a/Source/core/rendering/style/RenderStyleConstants.h
|
| +++ b/Source/core/rendering/style/RenderStyleConstants.h
|
| @@ -501,9 +501,7 @@ enum TouchAction { TouchActionAuto, TouchActionNone };
|
| // Reasonable maximum to prevent insane font sizes from causing crashes on some platforms (such as Windows).
|
| static const float maximumAllowedFontSize = 1000000.0f;
|
|
|
| -#if ENABLE(CSS3_TEXT)
|
| enum TextIndentLine { TextIndentFirstLine, TextIndentEachLine };
|
| -#endif
|
|
|
| } // namespace WebCore
|
|
|
|
|