| Index: Source/core/style/StyleRareInheritedData.h
|
| diff --git a/Source/core/style/StyleRareInheritedData.h b/Source/core/style/StyleRareInheritedData.h
|
| index 36b629dfa639377e58a6f23f25d0bd52d9b3931f..0e04f4203f58260465264edd6dc1e98b0c7513d1 100644
|
| --- a/Source/core/style/StyleRareInheritedData.h
|
| +++ b/Source/core/style/StyleRareInheritedData.h
|
| @@ -131,7 +131,6 @@ public:
|
| unsigned m_textCombine : 1; // CSS3 text-combine properties
|
| unsigned m_textIndentLine : 1; // TextIndentEachLine
|
| unsigned m_textIndentType : 1; // TextIndentHanging
|
| - unsigned m_lineBoxContain: 7; // LineBoxContain
|
| // CSS Image Values Level 3
|
| unsigned m_imageRendering : 3; // EImageRendering
|
| unsigned m_textUnderlinePosition : 1; // TextUnderlinePosition
|
|
|