| Index: modules/mediastream/RTCSessionDescription.idl
|
| diff --git a/modules/mediastream/RTCSessionDescription.idl b/modules/mediastream/RTCSessionDescription.idl
|
| index 0e3d464d4aa6a8566ed1e0d01474917c402bfd29..70077efee8d960553c3b1ec916bc6c858a613295 100644
|
| --- a/modules/mediastream/RTCSessionDescription.idl
|
| +++ b/modules/mediastream/RTCSessionDescription.idl
|
| @@ -29,10 +29,10 @@
|
| */
|
|
|
| [
|
| - Constructor(Dictionary dictionary),
|
| + Constructor(optional Dictionary descriptionInitDict),
|
| ConstructorRaisesException
|
| ] interface RTCSessionDescription {
|
| - [SetterRaisesException] attribute DOMString type;
|
| - [SetterRaisesException] attribute DOMString sdp;
|
| + [SetterRaisesException, TreatReturnedNullStringAs=Null, TreatNullAs=NullString] attribute DOMString type;
|
| + [TreatReturnedNullStringAs=Null, TreatNullAs=NullString] attribute DOMString sdp;
|
| };
|
|
|
|
|