| Index: Source/modules/mediastream/RTCDTMFToneChangeEvent.h
|
| diff --git a/Source/modules/mediastream/RTCDTMFToneChangeEvent.h b/Source/modules/mediastream/RTCDTMFToneChangeEvent.h
|
| index f3b18dd28886b41d557a50b7168b065828941dc8..939aa787a9cd0bbcacfa20edec54f0967b439bd9 100644
|
| --- a/Source/modules/mediastream/RTCDTMFToneChangeEvent.h
|
| +++ b/Source/modules/mediastream/RTCDTMFToneChangeEvent.h
|
| @@ -39,9 +39,9 @@ class RTCDTMFToneChangeEvent FINAL : public Event {
|
| public:
|
| virtual ~RTCDTMFToneChangeEvent();
|
|
|
| - static PassRefPtrWillBeRawPtr<RTCDTMFToneChangeEvent> create();
|
| - static PassRefPtrWillBeRawPtr<RTCDTMFToneChangeEvent> create(const String& tone);
|
| - static PassRefPtrWillBeRawPtr<RTCDTMFToneChangeEvent> create(const AtomicString& type, const RTCDTMFToneChangeEventInit& initializer);
|
| + static PassRefPtr<RTCDTMFToneChangeEvent> create();
|
| + static PassRefPtr<RTCDTMFToneChangeEvent> create(const String& tone);
|
| + static PassRefPtr<RTCDTMFToneChangeEvent> create(const AtomicString& type, const RTCDTMFToneChangeEventInit& initializer);
|
|
|
| const String& tone() const;
|
|
|
|
|