| 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 0a5208fb8c9831d9aa47033806567974b0b7efc5..d1736afd48371ed6c8374c411d0c967cb1422803 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -345,8 +345,6 @@ void ComputedStyle::copyNonInheritedFromCached(const ComputedStyle& other) {
|
| // The flags are copied one-by-one because m_nonInheritedData.m_contains a
|
| // bunch of stuff other than real style data.
|
| // 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_verticalAlign = other.m_nonInheritedData.m_verticalAlign;
|
|
|