Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: Source/modules/mediastream/RTCDTMFToneChangeEvent.h

Issue 182763002: Add [WillBeGarbageCollected] to Event.idl (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/mediastream/RTCDTMFToneChangeEvent.h
diff --git a/Source/modules/mediastream/RTCDTMFToneChangeEvent.h b/Source/modules/mediastream/RTCDTMFToneChangeEvent.h
index 939aa787a9cd0bbcacfa20edec54f0967b439bd9..f3b18dd28886b41d557a50b7168b065828941dc8 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 PassRefPtr<RTCDTMFToneChangeEvent> create();
- static PassRefPtr<RTCDTMFToneChangeEvent> create(const String& tone);
- static PassRefPtr<RTCDTMFToneChangeEvent> create(const AtomicString& type, const RTCDTMFToneChangeEventInit& initializer);
+ static PassRefPtrWillBeRawPtr<RTCDTMFToneChangeEvent> create();
+ static PassRefPtrWillBeRawPtr<RTCDTMFToneChangeEvent> create(const String& tone);
+ static PassRefPtrWillBeRawPtr<RTCDTMFToneChangeEvent> create(const AtomicString& type, const RTCDTMFToneChangeEventInit& initializer);
const String& tone() const;
« no previous file with comments | « Source/modules/mediastream/MediaStreamTrackEvent.cpp ('k') | Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698