diff options
Diffstat (limited to 'Source/WebCore/Modules/mediastream/RTCStatsReport.idl')
-rw-r--r-- | Source/WebCore/Modules/mediastream/RTCStatsReport.idl | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/Source/WebCore/Modules/mediastream/RTCStatsReport.idl b/Source/WebCore/Modules/mediastream/RTCStatsReport.idl index aa04b7358..8452534b3 100644 --- a/Source/WebCore/Modules/mediastream/RTCStatsReport.idl +++ b/Source/WebCore/Modules/mediastream/RTCStatsReport.idl @@ -24,15 +24,9 @@ [ NoInterfaceObject, - Conditional=MEDIA_STREAM, + Conditional=WEB_RTC, ImplementationLacksVTable, ] interface RTCStatsReport { - readonly attribute Date timestamp; - readonly attribute DOMString id; - readonly attribute DOMString type; - DOMString stat(DOMString name); - sequence<DOMString> names(); - // DEPRECATED - fake for old RTCStatsElement object. - readonly attribute RTCStatsReport local; - readonly attribute RTCStatsReport remote; + // FIXME: Make it setlike + //readonly maplike<DOMString, object>; }; |