| Index: modules/mediastream/RTCSessionDescription.idl
|
| diff --git a/modules/mediastream/RTCSessionDescription.idl b/modules/mediastream/RTCSessionDescription.idl
|
| index 6aaf55e3b519101ccd1dcd7ff540e8d2188b813f..a083ff34a3c5f645aa692b0abca6f30019d5f7b3 100644
|
| --- a/modules/mediastream/RTCSessionDescription.idl
|
| +++ b/modules/mediastream/RTCSessionDescription.idl
|
| @@ -29,11 +29,11 @@
|
| */
|
|
|
| [
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| Constructor(optional Dictionary descriptionInitDict),
|
| RaisesException=Constructor
|
| ] interface RTCSessionDescription {
|
| - [RaisesException=Setter, TreatReturnedNullStringAs=Null, TreatNullAs=NullString] attribute DOMString type;
|
| - [TreatReturnedNullStringAs=Null, TreatNullAs=NullString] attribute DOMString sdp;
|
| + [RaisesException=Setter] attribute DOMString? type;
|
| + attribute DOMString? sdp;
|
| };
|
|
|
|
|