| 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..9ef519e90e9a0c077d14f202a15b49a6aa43606c 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp
|
| @@ -86,7 +86,7 @@ StyleRareInheritedData::StyleRareInheritedData()
|
| line_break_(static_cast<unsigned>(LineBreak::kAuto)),
|
| user_select_(static_cast<unsigned>(ComputedStyle::InitialUserSelect())),
|
| speak_(static_cast<unsigned>(ESpeak::kNormal)),
|
| - hyphens_(kHyphensManual),
|
| + hyphens_(static_cast<unsigned>(Hyphens::kManual)),
|
| text_emphasis_fill_(kTextEmphasisFillFilled),
|
| text_emphasis_mark_(kTextEmphasisMarkNone),
|
| text_emphasis_position_(kTextEmphasisPositionOver),
|
|
|