| Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
| index 19729d50eaa97e4f3175386134028d9275b959b7..c72df251b31099713675e1bce01242dc540b22a1 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
| @@ -109,7 +109,7 @@ class RTCPeerConnection final : public EventTargetWithInlineData,
|
|
|
| void updateIce(ExecutionContext*,
|
| const RTCConfiguration&,
|
| - const Dictionary& mediaConstraints,
|
| + const Dictionary&,
|
| ExceptionState&);
|
|
|
| // Certificate management
|
|
|