| Index: Source/core/rendering/style/StyleRareInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareInheritedData.h b/Source/core/rendering/style/StyleRareInheritedData.h
|
| index a96179f4f48b1c00108b06d1634aaa5e822e3600..ddf3a8673bebc3397414993faebe9dd83b20f166 100644
|
| --- a/Source/core/rendering/style/StyleRareInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareInheritedData.h
|
| @@ -95,9 +95,7 @@ public:
|
| unsigned textEmphasisPosition : 1; // TextEmphasisPosition
|
| unsigned m_textAlignLast : 3; // TextAlignLast
|
| unsigned m_textOrientation : 2; // TextOrientation
|
| -#if ENABLE(CSS3_TEXT)
|
| unsigned m_textIndentLine : 1; // TextIndentEachLine
|
| -#endif
|
| unsigned m_lineBoxContain: 7; // LineBoxContain
|
| // CSS Image Values Level 3
|
| unsigned m_imageRendering : 2; // EImageRendering
|
|
|