| Index: Source/core/rendering/style/StyleRareNonInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| index 8a724ac79466937e8d199b5633b797f82469b356..8fcb233a5d83a2ff451addf37308f1cc923845ce 100644
|
| --- a/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -191,6 +191,8 @@ public:
|
|
|
| unsigned m_isolation : 1; // Isolation
|
|
|
| + unsigned m_justifyItems : 4; // ItemPosition
|
| + unsigned m_justifyItemsOverflowAlignment : 2; // OverflowAlignment
|
| unsigned m_justifySelf : 4; // ItemPosition
|
| unsigned m_justifySelfOverflowAlignment : 2; // OverflowAlignment
|
|
|
|
|