Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / mediastream / RTCSessionDescription.idl
index 6aaf55e..a083ff3 100644 (file)
  */
 
 [
-    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;
 };