| Index: Source/core/css/CSSPrimitiveValue.cpp
|
| diff --git a/Source/core/css/CSSPrimitiveValue.cpp b/Source/core/css/CSSPrimitiveValue.cpp
|
| index a4b6f55d87ce0feb1d6b1cbf318d9de7c4dfda66..5f99f15e08af1ac4ecf7bb1fe01e9c5f905975de 100644
|
| --- a/Source/core/css/CSSPrimitiveValue.cpp
|
| +++ b/Source/core/css/CSSPrimitiveValue.cpp
|
| @@ -1225,7 +1225,7 @@ bool CSSPrimitiveValue::equals(const CSSPrimitiveValue& other) const
|
| return false;
|
| }
|
|
|
| -void CSSPrimitiveValue::traceAfterDispatch(Visitor* visitor)
|
| +DEFINE_TRACE_AFTER_DISPATCH(CSSPrimitiveValue)
|
| {
|
| #if ENABLE(OILPAN)
|
| switch (m_primitiveUnitType) {
|
|
|