| Index: Source/modules/mediastream/RTCPeerConnection.h
|
| diff --git a/Source/modules/mediastream/RTCPeerConnection.h b/Source/modules/mediastream/RTCPeerConnection.h
|
| index 6725ef24243dc0af44e79645d0ce07140c95b08c..c354888a6a03a8ee94381df9e0b29a4406f79968 100644
|
| --- a/Source/modules/mediastream/RTCPeerConnection.h
|
| +++ b/Source/modules/mediastream/RTCPeerConnection.h
|
| @@ -141,6 +141,7 @@ public:
|
| return !m_closed && !m_stopped;
|
| }
|
|
|
| + void clearWeakMembers(Visitor*);
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|
| private:
|
|
|