| Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
|
| index d94669431dbd0beb4bddf57a6da1c3be5c74059d..4a6e6de67920bf5c6fb02a535ac93f2d151ca289 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
|
| @@ -91,7 +91,7 @@ enum RTCIceConnectionState {
|
| attribute EventHandler onicecandidate;
|
| attribute EventHandler onsignalingstatechange;
|
| attribute EventHandler oniceconnectionstatechange;
|
| - // attribute EventHandler onicegatheringstatechange;
|
| + attribute EventHandler onicegatheringstatechange;
|
|
|
| // https://w3c.github.io/webrtc-pc/#legacy-interface-extensions
|
| // These methods return Promise<void> because having Promise-based versions requires that all overloads return Promises.
|
|
|