summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/rendering/style/StyleRareInheritedData.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/style/StyleRareInheritedData.h')
-rw-r--r--Source/WebCore/rendering/style/StyleRareInheritedData.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/rendering/style/StyleRareInheritedData.h b/Source/WebCore/rendering/style/StyleRareInheritedData.h
index d4f233c..39cfe3c 100644
--- a/Source/WebCore/rendering/style/StyleRareInheritedData.h
+++ b/Source/WebCore/rendering/style/StyleRareInheritedData.h
@@ -99,6 +99,7 @@ public:
unsigned textEmphasisFill : 1; // TextEmphasisFill
unsigned textEmphasisMark : 3; // TextEmphasisMark
unsigned textEmphasisPosition : 1; // TextEmphasisPosition
+ unsigned m_lineBoxContain: 7; // LineBoxContain
AtomicString hyphenationString;
short hyphenationLimitBefore;