Index: Source/core/rendering/style/StyleRareInheritedData.h |
diff --git a/Source/core/rendering/style/StyleRareInheritedData.h b/Source/core/rendering/style/StyleRareInheritedData.h |
index 23c87b7edb4ec52440039f9aebc8ddd6f0f899b5..1824b926bc8665f0ca43ee711388470042340865 100644 |
--- a/Source/core/rendering/style/StyleRareInheritedData.h |
+++ b/Source/core/rendering/style/StyleRareInheritedData.h |
@@ -107,6 +107,7 @@ public: |
unsigned m_lineAlign : 1; // LineAlign |
#if ENABLE(CSS3_TEXT) |
unsigned m_textAlignLast : 3; // TextAlignLast |
+ unsigned m_textJustify : 2; // TextJustify |
unsigned m_textUnderlinePosition : 3; // TextUnderlinePosition |
#endif // CSS3_TEXT |
unsigned m_rubyPosition : 1; // RubyPosition |