| Index: Source/core/css/StylePropertySet.cpp
|
| diff --git a/Source/core/css/StylePropertySet.cpp b/Source/core/css/StylePropertySet.cpp
|
| index 6bc002dcdebd2b4fbbddb5303ab530c716946142..18e52e58d230cf57c6042460157c6248e4f49337 100644
|
| --- a/Source/core/css/StylePropertySet.cpp
|
| +++ b/Source/core/css/StylePropertySet.cpp
|
| @@ -519,8 +519,10 @@ int MutableStylePropertySet::findPropertyIndex(CSSPropertyID propertyID) const
|
|
|
| DEFINE_TRACE_AFTER_DISPATCH(MutableStylePropertySet)
|
| {
|
| +#if ENABLE(OILPAN)
|
| visitor->trace(m_cssomWrapper);
|
| visitor->trace(m_propertyVector);
|
| +#endif
|
| StylePropertySet::traceAfterDispatch(visitor);
|
| }
|
|
|
|
|