| Index: Source/core/rendering/style/StyleRareInheritedData.h | 
| diff --git a/Source/core/rendering/style/StyleRareInheritedData.h b/Source/core/rendering/style/StyleRareInheritedData.h | 
| index 8328781f6e0a3585ea9a8a1ef5e7829f52dbaf17..50cf4131846d65db58702b8175a944cdb5449ce0 100644 | 
| --- a/Source/core/rendering/style/StyleRareInheritedData.h | 
| +++ b/Source/core/rendering/style/StyleRareInheritedData.h | 
| @@ -117,6 +117,7 @@ public: | 
| unsigned m_textJustify : 2; // TextJustify | 
| unsigned m_textOrientation : 2; // TextOrientation | 
| unsigned m_textIndentLine : 1; // TextIndentEachLine | 
| +    unsigned m_textIndentType : 1; // TextIndentHanging | 
| unsigned m_lineBoxContain: 7; // LineBoxContain | 
| // CSS Image Values Level 3 | 
| unsigned m_imageRendering : 2; // EImageRendering | 
|  |