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&); |