| Index: Source/core/rendering/style/StyleRareNonInheritedData.cpp
|
| diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.cpp b/Source/core/rendering/style/StyleRareNonInheritedData.cpp
|
| index 5428546fc9b5d095441f1be31fa9231fcacb7287..a80e0d25c313dbd34a7ccdaef2cbc5886207f4ef 100644
|
| --- a/Source/core/rendering/style/StyleRareNonInheritedData.cpp
|
| +++ b/Source/core/rendering/style/StyleRareNonInheritedData.cpp
|
| @@ -202,6 +202,7 @@ bool StyleRareNonInheritedData::operator==(const StyleRareNonInheritedData& o) c
|
| && m_visitedLinkBorderBottomColor == o.m_visitedLinkBorderBottomColor
|
| && m_order == o.m_order
|
| && m_objectPosition == o.m_objectPosition
|
| + && m_callbackSelectors == o.m_callbackSelectors
|
| && m_flowThread == o.m_flowThread
|
| && m_regionThread == o.m_regionThread
|
| && m_regionFragment == o.m_regionFragment
|
|
|