| Index: Source/core/svg/SVGIntegerOptionalInteger.cpp
|
| diff --git a/Source/core/svg/SVGIntegerOptionalInteger.cpp b/Source/core/svg/SVGIntegerOptionalInteger.cpp
|
| index 195a95545d65c1bc8e9ee411fb563cbc130332a9..85b9dffdf40035107fad6ff9648b3bd4c29c4c65 100644
|
| --- a/Source/core/svg/SVGIntegerOptionalInteger.cpp
|
| +++ b/Source/core/svg/SVGIntegerOptionalInteger.cpp
|
| @@ -43,7 +43,7 @@ SVGIntegerOptionalInteger::SVGIntegerOptionalInteger(PassRefPtrWillBeRawPtr<SVGI
|
| {
|
| }
|
|
|
| -void SVGIntegerOptionalInteger::trace(Visitor* visitor)
|
| +DEFINE_TRACE(SVGIntegerOptionalInteger)
|
| {
|
| visitor->trace(m_firstInteger);
|
| visitor->trace(m_secondInteger);
|
|
|