Index: Source/modules/mediastream/RTCDataChannel.cpp |
diff --git a/Source/modules/mediastream/RTCDataChannel.cpp b/Source/modules/mediastream/RTCDataChannel.cpp |
index 66980d3ac51625b4b82fc13c3154abcdc5d8a8a6..5d2526a963ec4b0fa2ddef7a37c89c38fcf68ddc 100644 |
--- a/Source/modules/mediastream/RTCDataChannel.cpp |
+++ b/Source/modules/mediastream/RTCDataChannel.cpp |
@@ -261,7 +261,7 @@ void RTCDataChannel::didDetectError() |
const AtomicString& RTCDataChannel::interfaceName() const |
{ |
- return eventNames().interfaceForRTCDataChannel; |
+ return EventTargetNames::RTCDataChannel; |
} |
ExecutionContext* RTCDataChannel::executionContext() const |