Index: Source/modules/mediastream/RTCPeerConnection.cpp |
diff --git a/Source/modules/mediastream/RTCPeerConnection.cpp b/Source/modules/mediastream/RTCPeerConnection.cpp |
index 75172a2cb8833fe9c7c29584773aee70b48e3f86..b3ae4317d8a5817b673b7bd3035222e7243f6680 100644 |
--- a/Source/modules/mediastream/RTCPeerConnection.cpp |
+++ b/Source/modules/mediastream/RTCPeerConnection.cpp |
@@ -836,9 +836,7 @@ DEFINE_TRACE(RTCPeerConnection) |
visitor->trace(m_localStreams); |
visitor->trace(m_remoteStreams); |
visitor->trace(m_dataChannels); |
-#if ENABLE(OILPAN) |
visitor->trace(m_scheduledEvents); |
-#endif |
RefCountedGarbageCollectedEventTargetWithInlineData<RTCPeerConnection>::trace(visitor); |
ActiveDOMObject::trace(visitor); |
} |