| 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 ce38dbbfd041293fbc69ffb2372db88f84f7ab51..acecbfbe853d67ff3664863668299cc67d8f9a7e 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp
|
| @@ -83,7 +83,7 @@ StyleRareInheritedData::StyleRareInheritedData()
|
| user_modify_(READ_ONLY),
|
| word_break_(ComputedStyle::InitialWordBreak()),
|
| overflow_wrap_(ComputedStyle::InitialOverflowWrap()),
|
| - line_break_(kLineBreakAuto),
|
| + line_break_(static_cast<unsigned>(LineBreak::kAuto)),
|
| user_select_(ComputedStyle::InitialUserSelect()),
|
| speak_(kSpeakNormal),
|
| hyphens_(kHyphensManual),
|
|
|