| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index b0b2204dec5d9fe9f107349381a05cb29b66ccee..8f5d6fb33f8b9fe0804b06bc60f51b422a48628d 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -294,6 +294,7 @@ void ComputedStyle::copyNonInheritedFromCached(const ComputedStyle& other)
|
| // See comments for each skipped flag below.
|
| m_nonInheritedData.m_effectiveDisplay = other.m_nonInheritedData.m_effectiveDisplay;
|
| m_nonInheritedData.m_originalDisplay = other.m_nonInheritedData.m_originalDisplay;
|
| + m_nonInheritedData.m_overflowAnchor = other.m_nonInheritedData.m_overflowAnchor;
|
| m_nonInheritedData.m_overflowX = other.m_nonInheritedData.m_overflowX;
|
| m_nonInheritedData.m_overflowY = other.m_nonInheritedData.m_overflowY;
|
| m_nonInheritedData.m_verticalAlign = other.m_nonInheritedData.m_verticalAlign;
|
|
|