Index: Source/modules/mediastream/RTCPeerConnection.h |
diff --git a/Source/modules/mediastream/RTCPeerConnection.h b/Source/modules/mediastream/RTCPeerConnection.h |
index 1d2cd44937f09d2f51decbc24af12a847ceb1776..a9fbae5224d1f5d404a5c6c9df49aada019a74ba 100644 |
--- a/Source/modules/mediastream/RTCPeerConnection.h |
+++ b/Source/modules/mediastream/RTCPeerConnection.h |
@@ -171,12 +171,12 @@ private: |
MediaStreamVector m_localStreams; |
MediaStreamVector m_remoteStreams; |
- HeapVector<Member<RTCDataChannel> > m_dataChannels; |
+ HeapVector<Member<RTCDataChannel>> m_dataChannels; |
OwnPtr<WebRTCPeerConnectionHandler> m_peerHandler; |
AsyncMethodRunner<RTCPeerConnection> m_dispatchScheduledEventRunner; |
- WillBeHeapVector<RefPtrWillBeMember<Event> > m_scheduledEvents; |
+ WillBeHeapVector<RefPtrWillBeMember<Event>> m_scheduledEvents; |
bool m_stopped; |
bool m_closed; |