| Index: Source/core/css/CSSReflectValue.cpp
|
| diff --git a/Source/core/css/CSSReflectValue.cpp b/Source/core/css/CSSReflectValue.cpp
|
| index fb945c5cfd8aa7389c24bd3981a21c4c3e70c828..33d691f35449379f26802f6f68016ca831aeaec2 100644
|
| --- a/Source/core/css/CSSReflectValue.cpp
|
| +++ b/Source/core/css/CSSReflectValue.cpp
|
| @@ -55,6 +55,8 @@ bool CSSReflectValue::equals(const CSSReflectValue& other) const
|
|
|
| void CSSReflectValue::traceAfterDispatch(Visitor* visitor)
|
| {
|
| + visitor->trace(m_direction);
|
| + visitor->trace(m_offset);
|
| CSSValue::traceAfterDispatch(visitor);
|
| }
|
|
|
|
|