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; |
}; |