| Index: third_party/WebKit/public/platform/WebRTCConfiguration.h
|
| diff --git a/third_party/WebKit/public/platform/WebRTCConfiguration.h b/third_party/WebKit/public/platform/WebRTCConfiguration.h
|
| index cd64fb8537d60d4046c391eef315b861dc2c70be..48c88fb4d6e2bfed6e2af1a652673bf5022da6a3 100644
|
| --- a/third_party/WebKit/public/platform/WebRTCConfiguration.h
|
| +++ b/third_party/WebKit/public/platform/WebRTCConfiguration.h
|
| @@ -43,7 +43,7 @@ namespace blink {
|
| class WebString;
|
|
|
| struct WebRTCIceServer {
|
| - WebURL url;
|
| + WebVector<WebURL> urls;
|
| WebString username;
|
| WebString credential;
|
| };
|
|
|