| Index: Source/modules/mediastream/RTCDTMFSender.h
|
| diff --git a/Source/modules/mediastream/RTCDTMFSender.h b/Source/modules/mediastream/RTCDTMFSender.h
|
| index 8e23fb00cb0d7d472971a18a755418f1f32ca969..15e9e70d7bfba544830a3420bb0d750dc90b6b7f 100644
|
| --- a/Source/modules/mediastream/RTCDTMFSender.h
|
| +++ b/Source/modules/mediastream/RTCDTMFSender.h
|
| @@ -55,8 +55,6 @@ public:
|
| long duration() const { return m_duration; }
|
| long interToneGap() const { return m_interToneGap; }
|
|
|
| - void insertDTMF(const String& tones, ExceptionState&);
|
| - void insertDTMF(const String& tones, long duration, ExceptionState&);
|
| void insertDTMF(const String& tones, long duration, long interToneGap, ExceptionState&);
|
|
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(tonechange);
|
|
|