| Index: third_party/WebKit/public/platform/WebRTCICECandidate.h
|
| diff --git a/third_party/WebKit/public/platform/WebRTCICECandidate.h b/third_party/WebKit/public/platform/WebRTCICECandidate.h
|
| index cd8572bc370dc9268d4e3508d08659d00ee2d63c..780124aa5deecdac01baa4ec81f661f16bbb5b65 100644
|
| --- a/third_party/WebKit/public/platform/WebRTCICECandidate.h
|
| +++ b/third_party/WebKit/public/platform/WebRTCICECandidate.h
|
| @@ -66,6 +66,8 @@ public:
|
| BLINK_PLATFORM_EXPORT void setSdpMLineIndex(unsigned short);
|
|
|
| #if INSIDE_BLINK
|
| + // TODO(guidou): Support setting sdpMLineIndex to -1 to indicate the absence
|
| + // of a value for sdpMLineIndex. crbug.com/614958
|
| WebRTCICECandidate(WebString candidate, WebString sdpMid, unsigned short sdpMLineIndex)
|
| {
|
| this->initialize(candidate, sdpMid, sdpMLineIndex);
|
|
|