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

Unified Diff: Source/modules/mediastream/RTCIceCandidate.idl

Issue 173363002: Move mediastream module to oilpan transition types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added Finalized Created 6 years, 10 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/RTCIceCandidate.idl
diff --git a/Source/modules/mediastream/RTCIceCandidate.idl b/Source/modules/mediastream/RTCIceCandidate.idl
index 6404c114693033ef72195380ae9681d2fa98ef9a..3e8e64cdd826414e59a3be510e665cb202943973 100644
--- a/Source/modules/mediastream/RTCIceCandidate.idl
+++ b/Source/modules/mediastream/RTCIceCandidate.idl
@@ -29,6 +29,7 @@
*/
[
+ WillBeGarbageCollected,
Constructor(Dictionary dictionary),
RaisesException=Constructor
] interface RTCIceCandidate {

Powered by Google App Engine
This is Rietveld 408576698