| 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 987ef0f61064bd79383491161abb3d2721ee0106..40569253bae272baf7ca2f156d7e1942b5a2626e 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
| @@ -165,6 +165,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
|
|
|