| Index: modules/mediastream/MediaStream.idl
 | 
| diff --git a/modules/mediastream/MediaStream.idl b/modules/mediastream/MediaStream.idl
 | 
| index 2b65e3f06e780d47bc656fa2ba29c11b6b091c19..8191d0a3285a0ebda655338cf3629d15893bfa8d 100644
 | 
| --- a/modules/mediastream/MediaStream.idl
 | 
| +++ b/modules/mediastream/MediaStream.idl
 | 
| @@ -23,11 +23,11 @@
 | 
|   */
 | 
|  
 | 
|  [
 | 
| -    NoInterfaceObject,
 | 
|      Constructor,
 | 
|      Constructor(MediaStream stream),
 | 
|      Constructor(MediaStreamTrack[] tracks),
 | 
| -    ConstructorCallWith=ExecutionContext
 | 
| +    ConstructorCallWith=ExecutionContext,
 | 
| +    NoInterfaceObject,
 | 
|  ] interface MediaStream : EventTarget {
 | 
|      // DEPRECATED
 | 
|      readonly attribute DOMString label;
 | 
| @@ -50,4 +50,3 @@
 | 
|      attribute EventHandler onaddtrack;
 | 
|      attribute EventHandler onremovetrack;
 | 
|  };
 | 
| -
 | 
| 
 |