Index: Source/core/rendering/style/StyleRareNonInheritedData.h |
diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h |
index c715d0d1e1a1f754a0f8d27c0f7cb243ff9ded46..15ab8f9cf090fc5e1499ae73f2a95016eec11bc5 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 |