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