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

Unified Diff: Source/modules/mediastream/RTCDataChannelEvent.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/RTCDataChannelEvent.h
diff --git a/Source/modules/mediastream/RTCDataChannelEvent.h b/Source/modules/mediastream/RTCDataChannelEvent.h
index f34d1c4868cb2048093dc1223b33120f3eb476eb..c96afc6ba70e314fdbbf63fd91aca65de5705741 100644
--- a/Source/modules/mediastream/RTCDataChannelEvent.h
+++ b/Source/modules/mediastream/RTCDataChannelEvent.h
@@ -35,8 +35,8 @@ class RTCDataChannelEvent FINAL : public Event {
public:
virtual ~RTCDataChannelEvent();
- static PassRefPtr<RTCDataChannelEvent> create();
- static PassRefPtr<RTCDataChannelEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<RTCDataChannel>);
+ static PassRefPtrWillBeRawPtr<RTCDataChannelEvent> create();
+ static PassRefPtrWillBeRawPtr<RTCDataChannelEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<RTCDataChannel>);
RTCDataChannel* channel() const;
« no previous file with comments | « Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp ('k') | Source/modules/mediastream/RTCDataChannelEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698