| Index: Source/modules/mediastream/SourceInfo.idl | 
| diff --git a/Source/modules/mediastream/RTCDTMFToneChangeEvent.idl b/Source/modules/mediastream/SourceInfo.idl | 
| similarity index 86% | 
| copy from Source/modules/mediastream/RTCDTMFToneChangeEvent.idl | 
| copy to Source/modules/mediastream/SourceInfo.idl | 
| index de80edfc60463cfefd6a98d3db6063e4451741a8..814dd65cc4d4238504d0b3df3bec8085e9a770b2 100644 | 
| --- a/Source/modules/mediastream/RTCDTMFToneChangeEvent.idl | 
| +++ b/Source/modules/mediastream/SourceInfo.idl | 
| @@ -24,8 +24,10 @@ | 
| */ | 
|  | 
| [ | 
| -    NoInterfaceObject, | 
| -    ConstructorTemplate=Event | 
| -] interface RTCDTMFToneChangeEvent : Event { | 
| -    [InitializedByEventConstructor] readonly attribute DOMString tone; | 
| +    NoInterfaceObject | 
| +] interface SourceInfo { | 
| +    readonly attribute DOMString id; | 
| +    readonly attribute DOMString kind; | 
| +    readonly attribute DOMString label; | 
| +    readonly attribute DOMString facing; | 
| }; | 
|  |