| 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..43fc9988e468f114f9dd4dfb98542a1720977e5e 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp
|
| @@ -80,7 +80,7 @@ StyleRareInheritedData::StyleRareInheritedData()
|
| visited_link_caret_color_is_auto_(true),
|
| text_security_(
|
| static_cast<unsigned>(ComputedStyle::InitialTextSecurity())),
|
| - user_modify_(READ_ONLY),
|
| + user_modify_(static_cast<unsigned>(EUserModify::kReadOnly)),
|
| word_break_(ComputedStyle::InitialWordBreak()),
|
| overflow_wrap_(ComputedStyle::InitialOverflowWrap()),
|
| line_break_(kLineBreakAuto),
|
|
|