| Index: third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp b/third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp
|
| index 314f44e76128273746a7c003617b0fef419fff77..babea02464ee541b055821fc8154abf7fe3bd3d5 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp
|
| @@ -82,7 +82,8 @@ StyleRareInheritedData::StyleRareInheritedData()
|
| static_cast<unsigned>(ComputedStyle::InitialTextSecurity())),
|
| user_modify_(static_cast<unsigned>(EUserModify::kReadOnly)),
|
| word_break_(ComputedStyle::InitialWordBreak()),
|
| - overflow_wrap_(ComputedStyle::InitialOverflowWrap()),
|
| + overflow_wrap_(
|
| + static_cast<unsigned>(ComputedStyle::InitialOverflowWrap())),
|
| line_break_(static_cast<unsigned>(LineBreak::kAuto)),
|
| user_select_(static_cast<unsigned>(ComputedStyle::InitialUserSelect())),
|
| speak_(static_cast<unsigned>(ESpeak::kNormal)),
|
|
|