Chromium Code Reviews| Index: Modules/mediastream/RTCStatsReport.idl |
| =================================================================== |
| --- Modules/mediastream/RTCStatsReport.idl (revision 20375) |
| +++ Modules/mediastream/RTCStatsReport.idl (working copy) |
| @@ -28,6 +28,7 @@ |
| ] interface RTCStatsReport { |
| readonly attribute Date timestamp; |
| readonly attribute DOMString id; |
| + readonly attribute DOMString type; |
| DOMString stat(in DOMString name); |
| sequence<DOMString> names(); |
| // DEPRECATED - fake for old RTCStatsElement object. |