| Index: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| index 82d7ae3c8cb997b103eee2ff50641c9de63e5ec4..3c299a8741d346ac6646597d48240004ae9c6e0a 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| @@ -86,7 +86,7 @@ StyleRareNonInheritedData::StyleRareNonInheritedData()
|
| , m_visitedLinkBorderTopColor(StyleColor::currentColor())
|
| , m_visitedLinkBorderBottomColor(StyleColor::currentColor())
|
| , m_alignContent(ComputedStyle::initialContentAlignment())
|
| - , m_alignItems(ComputedStyle::initialSelfAlignment())
|
| + , m_alignItems(ComputedStyle::initialDefaultAlignment())
|
| , m_alignSelf(ComputedStyle::initialSelfAlignment())
|
| , m_justifyContent(ComputedStyle::initialContentAlignment())
|
| , m_justifyItems(ComputedStyle::initialSelfAlignment())
|
|
|