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

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

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.h
diff --git a/Source/modules/mediastream/RTCDTMFToneChangeEvent.h b/Source/modules/mediastream/RTCDTMFToneChangeEvent.h
index e9571681e22a6d294b7944fe414a010104db0d78..939aa787a9cd0bbcacfa20edec54f0967b439bd9 100644
--- a/Source/modules/mediastream/RTCDTMFToneChangeEvent.h
+++ b/Source/modules/mediastream/RTCDTMFToneChangeEvent.h
@@ -47,6 +47,8 @@ public:
virtual const AtomicString& interfaceName() const OVERRIDE;
+ virtual void trace(Visitor*) OVERRIDE;
+
private:
RTCDTMFToneChangeEvent();
explicit RTCDTMFToneChangeEvent(const String& tone);

Powered by Google App Engine
This is Rietveld 408576698