Index: Source/platform/mediastream/RTCConfiguration.h |
diff --git a/Source/platform/mediastream/RTCConfiguration.h b/Source/platform/mediastream/RTCConfiguration.h |
index 3270b5fbba30d97e26f4138668e321c89380945f..35ebc42f9073e1a8eaee8416259dca596e12147f 100644 |
--- a/Source/platform/mediastream/RTCConfiguration.h |
+++ b/Source/platform/mediastream/RTCConfiguration.h |
@@ -94,7 +94,7 @@ public: |
private: |
RTCConfiguration() : m_iceTransports(RTCIceTransportsAll), m_bundlePolicy(RTCBundlePolicyBalanced) { } |
- HeapVector<Member<RTCIceServer> > m_servers; |
+ HeapVector<Member<RTCIceServer>> m_servers; |
RTCIceTransports m_iceTransports; |
RTCBundlePolicy m_bundlePolicy; |
}; |