Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1952)

Unified Diff: Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp

Issue 181153003: Make Event RefCountedGarbageCollected and implement trace() methods to the Event hierarcy (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp
diff --git a/Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp b/Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp
index 57e55a6dfc5b24b5eb19717233c92218f39301e0..a1cb24e9c3dc9868cc84d87f8ad0178ba923922a 100644
--- a/Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp
+++ b/Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp
@@ -79,5 +79,10 @@ const AtomicString& RTCDTMFToneChangeEvent::interfaceName() const
return EventNames::RTCDTMFToneChangeEvent;
}
+void RTCDTMFToneChangeEvent::trace(Visitor* visitor)
+{
+ Event::trace(visitor);
+}
+
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698