| Index: Source/modules/mediastream/RTCPeerConnection.cpp
|
| diff --git a/Source/modules/mediastream/RTCPeerConnection.cpp b/Source/modules/mediastream/RTCPeerConnection.cpp
|
| index 105be17a2b693d73d4a2cae54c12143e224ba2e4..655531292fe0cb3daa097e3102ae6b5f20a867c1 100644
|
| --- a/Source/modules/mediastream/RTCPeerConnection.cpp
|
| +++ b/Source/modules/mediastream/RTCPeerConnection.cpp
|
| @@ -616,7 +616,7 @@ void RTCPeerConnection::didAddRemoteDataChannel(PassOwnPtr<RTCDataChannelHandler
|
|
|
| const AtomicString& RTCPeerConnection::interfaceName() const
|
| {
|
| - return eventNames().interfaceForRTCPeerConnection;
|
| + return EventTargetNames::RTCPeerConnection;
|
| }
|
|
|
| ExecutionContext* RTCPeerConnection::executionContext() const
|
|
|