Index: modules/mediastream/RTCStatsReport.idl |
diff --git a/modules/mediastream/RTCStatsReport.idl b/modules/mediastream/RTCStatsReport.idl |
index 5721d5d0e44c186cd4fb441984d37ce2e68bc56b..a00ebaa254d404ba90347dbbb7f56dd8ca7ff471 100644 |
--- a/modules/mediastream/RTCStatsReport.idl |
+++ b/modules/mediastream/RTCStatsReport.idl |
@@ -31,7 +31,4 @@ |
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; |
}; |