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 443aa91b0d3075dcf654f85043dda23b58e938d2..746fba4a85a6aedacb6430be5e8b928a181ee0cc 100644 |
--- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h |
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h |
@@ -147,7 +147,7 @@ class RTCPeerConnection final : public EventTargetWithInlineData, |
ScriptPromise getStats(ScriptState*, |
RTCStatsCallback* successCallback, |
MediaStreamTrack* selector = nullptr); |
- ScriptPromise getStats(ScriptState*, MediaStreamTrack* selector = nullptr); |
+ ScriptPromise getStats(ScriptState*); |
RTCDataChannel* createDataChannel(ExecutionContext*, |
String label, |