| 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 0c261e29748c6f624faa9b7a6ff0ba59e4b34ffc..9f5cac8690c1b3d8b23389f5291db53da3990001 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp
|
| @@ -81,7 +81,7 @@ StyleRareInheritedData::StyleRareInheritedData()
|
| text_security_(
|
| static_cast<unsigned>(ComputedStyle::InitialTextSecurity())),
|
| user_modify_(static_cast<unsigned>(EUserModify::kReadOnly)),
|
| - word_break_(ComputedStyle::InitialWordBreak()),
|
| + word_break_(static_cast<unsigned>(ComputedStyle::InitialWordBreak())),
|
| overflow_wrap_(
|
| static_cast<unsigned>(ComputedStyle::InitialOverflowWrap())),
|
| line_break_(static_cast<unsigned>(LineBreak::kAuto)),
|
|
|