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

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

Issue 187673002: MediaStream API: Update RTCIceCandidate to match the Spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added test 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
« no previous file with comments | « Source/modules/mediastream/RTCIceCandidate.cpp ('k') | Source/platform/exported/WebRTCICECandidate.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/RTCIceCandidate.idl
diff --git a/Source/modules/mediastream/RTCIceCandidate.idl b/Source/modules/mediastream/RTCIceCandidate.idl
index 6404c114693033ef72195380ae9681d2fa98ef9a..b315d10fb5a2614d4dbcc41a4de1b2f008c1f445 100644
--- a/Source/modules/mediastream/RTCIceCandidate.idl
+++ b/Source/modules/mediastream/RTCIceCandidate.idl
@@ -32,8 +32,8 @@
Constructor(Dictionary dictionary),
RaisesException=Constructor
] interface RTCIceCandidate {
- readonly attribute DOMString candidate;
- readonly attribute DOMString sdpMid;
- readonly attribute unsigned short sdpMLineIndex;
+ [TreatNullAs=NullString] attribute DOMString candidate;
+ [TreatNullAs=NullString] attribute DOMString sdpMid;
+ attribute unsigned short sdpMLineIndex;
};
« no previous file with comments | « Source/modules/mediastream/RTCIceCandidate.cpp ('k') | Source/platform/exported/WebRTCICECandidate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698