Index: Source/core/rendering/style/StyleRareInheritedData.h |
diff --git a/Source/core/rendering/style/StyleRareInheritedData.h b/Source/core/rendering/style/StyleRareInheritedData.h |
index 0ffd6afd545ee9ee0602ecb9f15590f6172e7fab..4008b122e6641bdb2bae102098ec654314fd4e6c 100644 |
--- a/Source/core/rendering/style/StyleRareInheritedData.h |
+++ b/Source/core/rendering/style/StyleRareInheritedData.h |
@@ -110,8 +110,8 @@ public: |
#endif |
#if ENABLE(CSS3_TEXT) |
unsigned m_textAlignLast : 3; // TextAlignLast |
- unsigned m_textUnderlinePosition : 3; // TextUnderlinePosition |
#endif // CSS3_TEXT |
+ unsigned m_textUnderlinePosition : 3; // TextUnderlinePosition |
unsigned m_rubyPosition : 1; // RubyPosition |
AtomicString hyphenationString; |