diff options
Diffstat (limited to 'WebCore/rendering/style/StyleRareNonInheritedData.h')
-rw-r--r-- | WebCore/rendering/style/StyleRareNonInheritedData.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/rendering/style/StyleRareNonInheritedData.h b/WebCore/rendering/style/StyleRareNonInheritedData.h index 3f693f9..a53eee7 100644 --- a/WebCore/rendering/style/StyleRareNonInheritedData.h +++ b/WebCore/rendering/style/StyleRareNonInheritedData.h @@ -103,6 +103,7 @@ public: unsigned matchNearestMailBlockquoteColor : 1; // EMatchNearestMailBlockquoteColor, FIXME: This property needs to be eliminated. It should never have been added. unsigned m_appearance : 6; // EAppearance unsigned m_borderFit : 1; // EBorderFit + unsigned m_textCombine : 2; // CSS3 text-combine properties short m_counterIncrement; short m_counterReset; |