| Index: sky/engine/core/dom/MutationObserverInterestGroup.cpp
|
| diff --git a/sky/engine/core/dom/MutationObserverInterestGroup.cpp b/sky/engine/core/dom/MutationObserverInterestGroup.cpp
|
| index f8ba117903e985ed7f7051efd7ab93e3925a2ebb..93131c86524ec8d5b2fe4c727bf223b874fcee97 100644
|
| --- a/sky/engine/core/dom/MutationObserverInterestGroup.cpp
|
| +++ b/sky/engine/core/dom/MutationObserverInterestGroup.cpp
|
| @@ -83,11 +83,4 @@ void MutationObserverInterestGroup::enqueueMutationRecord(PassRefPtr<MutationRec
|
| }
|
| }
|
|
|
| -void MutationObserverInterestGroup::trace(Visitor* visitor)
|
| -{
|
| -#if ENABLE(OILPAN)
|
| - visitor->trace(m_observers);
|
| -#endif
|
| -}
|
| -
|
| } // namespace blink
|
|
|