| Index: Modules/mediastream/RTCStatsReport.idl
|
| diff --git a/Modules/mediastream/RTCStatsReport.idl b/Modules/mediastream/RTCStatsReport.idl
|
| index fe6f7f3115269808bc82299744bd0885fadced06..1d6d7b276e532c71ea19e0a7ad4a0f5e3b4a0528 100644
|
| --- a/Modules/mediastream/RTCStatsReport.idl
|
| +++ b/Modules/mediastream/RTCStatsReport.idl
|
| @@ -26,6 +26,11 @@
|
| Conditional=MEDIA_STREAM,
|
| ImplementationLacksVTable
|
| ] interface RTCStatsReport {
|
| - readonly attribute RTCStatsElement local;
|
| - readonly attribute RTCStatsElement remote;
|
| + readonly attribute Date timestamp;
|
| + readonly attribute DOMString id;
|
| + DOMString stat(in DOMString name);
|
| + sequence<DOMString> names();
|
| + // DEPRECATED - fake for old RTCStatsElement object.
|
| + readonly attribute RTCStatsReport local;
|
| + readonly attribute RTCStatsReport remote;
|
| };
|
|
|