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