| Index: Source/core/rendering/style/StyleGridData.h
|
| diff --git a/Source/core/rendering/style/StyleGridData.h b/Source/core/rendering/style/StyleGridData.h
|
| index da14eaa29898aac504a2f22444d42e186dfa6c08..cfb473b99548d6f63dbfe6ae052e352e4c07e10e 100644
|
| --- a/Source/core/rendering/style/StyleGridData.h
|
| +++ b/Source/core/rendering/style/StyleGridData.h
|
| @@ -65,7 +65,7 @@ public:
|
| OrderedNamedGridLines m_orderedNamedGridColumnLines;
|
| OrderedNamedGridLines m_orderedNamedGridRowLines;
|
|
|
| - GridAutoFlow m_gridAutoFlow;
|
| + GridAutoFlow m_gridAutoFlow : GridAutoFlowBits;
|
|
|
| GridTrackSize m_gridAutoRows;
|
| GridTrackSize m_gridAutoColumns;
|
|
|