Index: Source/core/rendering/style/StyleRareInheritedData.h |
diff --git a/Source/core/rendering/style/StyleRareInheritedData.h b/Source/core/rendering/style/StyleRareInheritedData.h |
index 2e0bbb53df2fdb93b324ffe0d0c1c39262e15ba3..827da8b451187496ee9dad06ddcec55a3cc04108 100644 |
--- a/Source/core/rendering/style/StyleRareInheritedData.h |
+++ b/Source/core/rendering/style/StyleRareInheritedData.h |
@@ -94,6 +94,7 @@ public: |
unsigned textEmphasisMark : 3; // TextEmphasisMark |
unsigned textEmphasisPosition : 1; // TextEmphasisPosition |
unsigned m_textAlignLast : 3; // TextAlignLast |
+ unsigned m_textJustify : 2; // TextJustify |
unsigned m_textOrientation : 2; // TextOrientation |
unsigned m_textIndentLine : 1; // TextIndentEachLine |
unsigned m_lineBoxContain: 7; // LineBoxContain |