Index: third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
index a817d9ae3b0dba345c70e7b4260985ce3a309867..41a9a0a94f61fbece4f6a3452d9ad97dc3490b73 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
@@ -426,7 +426,7 @@ enum ContentDistributionType { |
// platforms (such as Windows). |
static const float kMaximumAllowedFontSize = 10000.0f; |
-enum TextIndentLine { kTextIndentFirstLine, kTextIndentEachLine }; |
+enum TextIndentLine { kFirstLine, kEachLine }; |
enum TextIndentType { kTextIndentNormal, kTextIndentHanging }; |
enum CSSBoxType { |