| Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| index 8fd23dbfde05e35696379d469a3dd8f9f52d2975..357b33143eee5f7e6c4b1962379c397b8fb89007 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| @@ -336,6 +336,7 @@ WebRTCConfiguration parseConfiguration(ExecutionContext* context,
|
| webConfiguration.certificates = std::move(certificatesCopy);
|
| }
|
|
|
| + webConfiguration.iceCandidatePoolSize = configuration.iceCandidatePoolSize();
|
| return webConfiguration;
|
| }
|
|
|
|
|