| Index: Source/core/svg/SVGElement.cpp
|
| diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp
|
| index 28c42ce52800e9c435d5acc7e8d10859f46bdcd9..a50d4f9d1e014728b96d6ead120cf6b32db743a1 100644
|
| --- a/Source/core/svg/SVGElement.cpp
|
| +++ b/Source/core/svg/SVGElement.cpp
|
| @@ -1160,8 +1160,10 @@ void SVGElement::removeAllOutgoingReferences()
|
|
|
| void SVGElement::trace(Visitor* visitor)
|
| {
|
| +#if ENABLE(OILPAN)
|
| visitor->trace(m_elementsWithRelativeLengths);
|
| visitor->trace(m_SVGRareData);
|
| +#endif
|
| Element::trace(visitor);
|
| }
|
|
|
|
|