| 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..4e6b76d53b7f573c2341e841ca1e3fde1312a211 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -205,7 +205,7 @@ enum EWordBreak {
|
| kBreakWordBreak
|
| };
|
|
|
| -enum EOverflowWrap { kNormalOverflowWrap, kBreakOverflowWrap };
|
| +enum class EOverflowWrap { kNormal, kBreakWord };
|
|
|
| enum class LineBreak { kAuto, kLoose, kNormal, kStrict, kAfterWhiteSpace };
|
|
|
|
|