| Index: Source/core/rendering/style/StyleRareNonInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| index cfe4d7d53391473bee17ff86eddae7352aea2522..1c55ddf0d4b0538f41dca79d1c868a1850ac96eb 100755
|
| --- a/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -191,7 +191,7 @@ public:
|
|
|
| unsigned m_isolation : 1; // Isolation
|
|
|
| - unsigned m_justifySelf : 4; // JustifySelf
|
| + unsigned m_justifySelf : 4; // ItemPosition
|
| unsigned m_justifySelfOverflowAlignment : 2; // OverflowAlignment
|
|
|
| private:
|
|
|