| 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 5429f7f1c6f721078ff4db0ae0fa9aa3563a09e3..e1e4e1e9af3987896e1ae6603ec836ba06090a93 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
| @@ -166,6 +166,7 @@ class RTCPeerConnection final : public EventTargetWithInlineData,
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(addstream);
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(removestream);
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(iceconnectionstatechange);
|
| + DEFINE_ATTRIBUTE_EVENT_LISTENER(icegatheringstatechange);
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(datachannel);
|
|
|
| // WebRTCPeerConnectionHandlerClient
|
|
|