diff --git a/dom/webidl/RTCStatsReport.webidl b/dom/webidl/RTCStatsReport.webidl index 2aa47776743d..3385293b5704 100644 --- a/dom/webidl/RTCStatsReport.webidl +++ b/dom/webidl/RTCStatsReport.webidl @@ -228,6 +228,7 @@ dictionary RTCConfigurationInternal { // WebrtcGlobalInformation for about:webrtc, and telemetry. dictionary RTCStatsReportInternal : RTCStatsCollection { required DOMString pcid; + required unsigned long browserId; RTCConfigurationInternal configuration; DOMString jsepSessionErrors; DOMString localSdp;