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

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: toRefPtrWillBeMemberNativeArray Created 6 years, 8 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 b315d10fb5a2614d4dbcc41a4de1b2f008c1f445..74a1c60ffbc5b6aeb301a42c370b33b7c41bf35e 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