| Index: Source/core/rendering/style/StyleRareNonInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| index 7f08a47b69c66403dd336e97d0b0340ad7556092..d93cada022848c043fee09d1738e98e97c60af84 100644
|
| --- a/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -132,10 +132,8 @@ public:
|
|
|
| RefPtr<ClipPathOperation> m_clipPath;
|
|
|
| -#if ENABLE(CSS3_TEXT)
|
| Color m_textDecorationColor;
|
| Color m_visitedLinkTextDecorationColor;
|
| -#endif // CSS3_TEXT
|
| Color m_visitedLinkBackgroundColor;
|
| Color m_visitedLinkOutlineColor;
|
| Color m_visitedLinkBorderLeftColor;
|
| @@ -170,9 +168,7 @@ public:
|
| unsigned m_borderFit : 1; // EBorderFit
|
| unsigned m_textCombine : 1; // CSS3 text-combine properties
|
|
|
| -#if ENABLE(CSS3_TEXT)
|
| unsigned m_textDecorationStyle : 3; // TextDecorationStyle
|
| -#endif // CSS3_TEXT
|
| unsigned m_wrapFlow: 3; // WrapFlow
|
| unsigned m_wrapThrough: 1; // WrapThrough
|
|
|
|
|