| 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..85cb0e054fd993a6b92d6a14f11b4ffc5a5a35d8 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp
|
| @@ -85,7 +85,7 @@ StyleRareInheritedData::StyleRareInheritedData()
|
| overflow_wrap_(ComputedStyle::InitialOverflowWrap()),
|
| line_break_(kLineBreakAuto),
|
| user_select_(ComputedStyle::InitialUserSelect()),
|
| - speak_(kSpeakNormal),
|
| + speak_(static_cast<unsigned>(ESpeak::kNormal)),
|
| hyphens_(kHyphensManual),
|
| text_emphasis_fill_(kTextEmphasisFillFilled),
|
| text_emphasis_mark_(kTextEmphasisMarkNone),
|
|
|