| Index: Source/core/dom/MutationObserver.cpp
|
| diff --git a/Source/core/dom/MutationObserver.cpp b/Source/core/dom/MutationObserver.cpp
|
| index d06103e098b6389b07cfcc377e5ed6735f8c864b..5f5b1c96366be3b62f8479d1172e06be393b4a32 100644
|
| --- a/Source/core/dom/MutationObserver.cpp
|
| +++ b/Source/core/dom/MutationObserver.cpp
|
| @@ -276,7 +276,7 @@ void MutationObserver::deliverMutations()
|
| }
|
| }
|
|
|
| -void MutationObserver::trace(Visitor* visitor)
|
| +DEFINE_TRACE(MutationObserver)
|
| {
|
| #if ENABLE(OILPAN)
|
| visitor->trace(m_callback);
|
|
|