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

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

Issue 1149293003: Oilpan: eagerly sweep some mediasource and mediastream objects. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated to use EAGERLY_FINALIZE() Created 5 years, 7 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/RTCPeerConnection.h
diff --git a/Source/modules/mediastream/RTCPeerConnection.h b/Source/modules/mediastream/RTCPeerConnection.h
index bf040004b0b42800cbc8daa0bbb574c116439bfa..6dad9c6c6161c815ce1373c344757326f4517749 100644
--- a/Source/modules/mediastream/RTCPeerConnection.h
+++ b/Source/modules/mediastream/RTCPeerConnection.h
@@ -145,12 +145,13 @@ public:
return !m_closed && !m_stopped;
}
+ // Oilpan: need to eagerly finalize m_peerHandler
+ EAGERLY_FINALIZE();
DECLARE_VIRTUAL_TRACE();
private:
RTCPeerConnection(ExecutionContext*, RTCConfiguration*, WebMediaConstraints, ExceptionState&);
-
static RTCConfiguration* parseConfiguration(const Dictionary&, ExceptionState&);
static RTCOfferOptions* parseOfferOptions(const Dictionary&, ExceptionState&);
« Source/modules/mediastream/MediaStreamTrack.h ('K') | « Source/modules/mediastream/RTCDataChannel.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698