| 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 1b5ca74b866fff9cd404898b17106bbdb63c959f..bc9371550843e4d65f7e0d08e0a9b6fe4f426ca6 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -367,8 +367,6 @@ void ComputedStyle::copyNonInheritedFromCached(const ComputedStyle& other) {
|
| 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;
|
|
|