| Index: sky/engine/core/rendering/style/StyleRareInheritedData.cpp
|
| diff --git a/sky/engine/core/rendering/style/StyleRareInheritedData.cpp b/sky/engine/core/rendering/style/StyleRareInheritedData.cpp
|
| index 85471789ece3bb2f4cd5181b8557ca92fc8c02db..e744f0f3629fc0199fd376a5b3076f69f9808bdb 100644
|
| --- a/sky/engine/core/rendering/style/StyleRareInheritedData.cpp
|
| +++ b/sky/engine/core/rendering/style/StyleRareInheritedData.cpp
|
| @@ -66,7 +66,6 @@ StyleRareInheritedData::StyleRareInheritedData()
|
| , overflowWrap(RenderStyle::initialOverflowWrap())
|
| , lineBreak(LineBreakAuto)
|
| , userSelect(RenderStyle::initialUserSelect())
|
| - , speak(SpeakNormal)
|
| , hyphens(HyphensManual)
|
| , textEmphasisFill(TextEmphasisFillFilled)
|
| , textEmphasisMark(TextEmphasisMarkNone)
|
| @@ -110,7 +109,6 @@ StyleRareInheritedData::StyleRareInheritedData(const StyleRareInheritedData& o)
|
| , overflowWrap(o.overflowWrap)
|
| , lineBreak(o.lineBreak)
|
| , userSelect(o.userSelect)
|
| - , speak(o.speak)
|
| , hyphens(o.hyphens)
|
| , textEmphasisFill(o.textEmphasisFill)
|
| , textEmphasisMark(o.textEmphasisMark)
|
| @@ -163,7 +161,6 @@ bool StyleRareInheritedData::operator==(const StyleRareInheritedData& o) const
|
| && overflowWrap == o.overflowWrap
|
| && lineBreak == o.lineBreak
|
| && userSelect == o.userSelect
|
| - && speak == o.speak
|
| && hyphens == o.hyphens
|
| && hyphenationLimitBefore == o.hyphenationLimitBefore
|
| && hyphenationLimitAfter == o.hyphenationLimitAfter
|
|
|