| 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 aa133dd022dc9a1a8a8f44dbd0a645328b4c27a6..17170cc0f4865fcfb9202097f6fec6619a33798d 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;
|
| };
|
|
|