| 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 c6046e0a2df0537c419be32bcb9e05086d46d8a2..6f91331c32b44aeb3b6301628187ddd750fc5e2b 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -842,7 +842,7 @@ bool ComputedStyle::diffNeedsFullLayoutAndPaintInvalidation(
|
| if (m_inheritedData.m_borderCollapse !=
|
| other.m_inheritedData.m_borderCollapse ||
|
| emptyCells() != other.emptyCells() ||
|
| - m_inheritedData.m_captionSide != other.m_inheritedData.m_captionSide ||
|
| + captionSide() != other.captionSide() ||
|
| m_nonInheritedData.m_tableLayout !=
|
| other.m_nonInheritedData.m_tableLayout)
|
| return true;
|
|
|