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 c9d0191305f9ff2eb693d2bc6e93d777c729c7ec..e7e3ad3cb1b56c45423c338db3e50f4d2cbe3669 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
@@ -462,7 +462,7 @@ enum EBackfaceVisibility { |
enum ELineClampType { LineClampLineCount, LineClampPercentage }; |
-enum Hyphens { HyphensNone, HyphensManual, HyphensAuto }; |
+enum EHyphens { HyphensNone, HyphensManual, HyphensAuto }; |
tkent
2016/04/26 07:08:51
Don't use 'E' prefix. It's KHTML-era coding style
kojii
2016/04/26 07:38:03
Done, didn't know that, added type_name=Hyphens to
|
enum ESpeak { SpeakNone, SpeakNormal, SpeakSpellOut, SpeakDigits, SpeakLiteralPunctuation, SpeakNoPunctuation }; |