Index: Source/core/rendering/style/StyleRareInheritedData.h |
diff --git a/Source/core/rendering/style/StyleRareInheritedData.h b/Source/core/rendering/style/StyleRareInheritedData.h |
index a55aa18663633ba94a909078e00cc03bf78db7ef..9c9a946ff1751129b7db543ab24eef32b21ff319 100644 |
--- a/Source/core/rendering/style/StyleRareInheritedData.h |
+++ b/Source/core/rendering/style/StyleRareInheritedData.h |
@@ -95,6 +95,7 @@ public: |
unsigned textEmphasisFill : 1; // TextEmphasisFill |
unsigned textEmphasisMark : 3; // TextEmphasisMark |
unsigned textEmphasisPosition : 1; // TextEmphasisPosition |
+ unsigned m_textAlignLast : 3; // TextAlignLast |
unsigned m_textOrientation : 2; // TextOrientation |
#if ENABLE(CSS3_TEXT) |
unsigned m_textIndentLine : 1; // TextIndentEachLine |
@@ -105,7 +106,6 @@ public: |
unsigned m_lineSnap : 2; // LineSnap |
unsigned m_lineAlign : 1; // LineAlign |
#if ENABLE(CSS3_TEXT) |
- unsigned m_textAlignLast : 3; // TextAlignLast |
unsigned m_textUnderlinePosition : 3; // TextUnderlinePosition |
#endif // CSS3_TEXT |
unsigned m_rubyPosition : 1; // RubyPosition |