| 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 886ea4e648b1729b4c4a1c0fe9463a43f2ff21db..314f44e76128273746a7c003617b0fef419fff77 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp
|
| @@ -84,7 +84,7 @@ StyleRareInheritedData::StyleRareInheritedData()
|
| word_break_(ComputedStyle::InitialWordBreak()),
|
| overflow_wrap_(ComputedStyle::InitialOverflowWrap()),
|
| line_break_(static_cast<unsigned>(LineBreak::kAuto)),
|
| - user_select_(ComputedStyle::InitialUserSelect()),
|
| + user_select_(static_cast<unsigned>(ComputedStyle::InitialUserSelect())),
|
| speak_(static_cast<unsigned>(ESpeak::kNormal)),
|
| hyphens_(kHyphensManual),
|
| text_emphasis_fill_(kTextEmphasisFillFilled),
|
|
|