Index: third_party/WebKit/Source/modules/mediastream/RTCDataChannel.cpp |
diff --git a/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.cpp b/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.cpp |
index ad474ad7430119692b6e050980a21891d8132821..59bf4160afdf504121886967fb0fcfe15106d36c 100644 |
--- a/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.cpp |
+++ b/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.cpp |
@@ -289,7 +289,7 @@ const AtomicString& RTCDataChannel::interfaceName() const |
return EventTargetNames::RTCDataChannel; |
} |
-ExecutionContext* RTCDataChannel::executionContext() const |
+ExecutionContext* RTCDataChannel::getExecutionContext() const |
{ |
return m_executionContext; |
} |