| 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 2a35e71987e5d05c8606865d366784904d692158..134284b25583db87e97f935257746b496c45e3e0 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| @@ -93,10 +93,10 @@ StyleRareNonInheritedData::StyleRareNonInheritedData()
|
| m_visitedLinkBorderTopColor(StyleColor::currentColor()),
|
| m_visitedLinkBorderBottomColor(StyleColor::currentColor()),
|
| m_variables(ComputedStyle::initialNonInheritedVariables()),
|
| - m_alignContent(ComputedStyle::initialContentAlignment()),
|
| + m_alignContent(ComputedStyle::initialAlignContent()),
|
| m_alignItems(ComputedStyle::initialDefaultAlignment()),
|
| m_alignSelf(ComputedStyle::initialSelfAlignment()),
|
| - m_justifyContent(ComputedStyle::initialContentAlignment()),
|
| + m_justifyContent(ComputedStyle::initialJustifyContent()),
|
| m_justifyItems(ComputedStyle::initialSelfAlignment()),
|
| m_justifySelf(ComputedStyle::initialSelfAlignment()),
|
| m_pageSizeType(PAGE_SIZE_AUTO),
|
|
|