| 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 9106639fdd9370332af86f12a89b4afec3ccae76..3b003805e45557a6198cf2c2f4585e542b3cba6b 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -287,7 +287,7 @@ enum EBackfaceVisibility {
|
|
|
| enum ELineClampType { kLineClampLineCount, kLineClampPercentage };
|
|
|
| -enum Hyphens { kHyphensNone, kHyphensManual, kHyphensAuto };
|
| +enum class Hyphens { kNone, kManual, kAuto };
|
|
|
| enum class ESpeak {
|
| kNone,
|
|
|