Index: Source/core/rendering/style/StyleRareInheritedData.h |
diff --git a/Source/core/rendering/style/StyleRareInheritedData.h b/Source/core/rendering/style/StyleRareInheritedData.h |
index 9c9a946ff1751129b7db543ab24eef32b21ff319..b706acca793a65ff83b9a117c131315040669be1 100644 |
--- a/Source/core/rendering/style/StyleRareInheritedData.h |
+++ b/Source/core/rendering/style/StyleRareInheritedData.h |
@@ -96,6 +96,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 |
#if ENABLE(CSS3_TEXT) |
unsigned m_textIndentLine : 1; // TextIndentEachLine |