| Index: third_party/WebKit/Source/modules/peerconnection/RTCDTMFToneChangeEvent.h
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDTMFToneChangeEvent.h b/third_party/WebKit/Source/modules/peerconnection/RTCDTMFToneChangeEvent.h
|
| index bbaf72c9da8549b3d923297e2c3f02e71c4e2fcb..5c3f30247e6da79cf43655d96c18fea616dd13f2 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCDTMFToneChangeEvent.h
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCDTMFToneChangeEvent.h
|
| @@ -37,7 +37,6 @@ class RTCDTMFToneChangeEvent final : public Event {
|
| public:
|
| ~RTCDTMFToneChangeEvent() override;
|
|
|
| - static RTCDTMFToneChangeEvent* create();
|
| static RTCDTMFToneChangeEvent* create(const String& tone);
|
| static RTCDTMFToneChangeEvent* create(const AtomicString& type, const RTCDTMFToneChangeEventInit& initializer);
|
|
|
| @@ -48,7 +47,6 @@ public:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| - RTCDTMFToneChangeEvent();
|
| explicit RTCDTMFToneChangeEvent(const String& tone);
|
| explicit RTCDTMFToneChangeEvent(const RTCDTMFToneChangeEventInit&);
|
|
|
|
|