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 5bbe48c46871ec7025a58eec288dd88be97ea7d5..2418dd0fe55f3dfe3abf870324f52bdb3f1c692b 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
@@ -118,7 +118,7 @@ enum class EVerticalAlign : unsigned { |
kLength |
}; |
-enum TextCombine { kTextCombineNone, kTextCombineAll }; |
+enum class TextCombine { kNone, kAll }; |
enum EFillAttachment { |
kScrollBackgroundAttachment, |