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

Unified Diff: Source/modules/mediastream/RTCIceCandidateEvent.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/RTCIceCandidateEvent.h
diff --git a/Source/modules/mediastream/RTCIceCandidateEvent.h b/Source/modules/mediastream/RTCIceCandidateEvent.h
index 5129ec7aee84346fca39d30dee87402f10dbb722..03ec5b9d94b7b281a7afad50920d9fc7f9526cf8 100644
--- a/Source/modules/mediastream/RTCIceCandidateEvent.h
+++ b/Source/modules/mediastream/RTCIceCandidateEvent.h
@@ -42,6 +42,8 @@ public:
virtual const AtomicString& interfaceName() const OVERRIDE;
+ virtual void trace(Visitor*) OVERRIDE;
+
private:
RTCIceCandidateEvent();
RTCIceCandidateEvent(bool canBubble, bool cancelable, PassRefPtr<RTCIceCandidate>);

Powered by Google App Engine
This is Rietveld 408576698