RTCStatsReport::Size() includes whitelisted objects |
|
Issue descriptionRTCStatsReport only returns whitelisted stats objects, but Size() is implemented to return the size of the native layer stats report. The native layer could in principle return non-whitelisted objects, though currently it only returns whitelisted stats objects so this is not a concern. To close this bug: change to DCHECK not to allow non-whitelisted objects or update Size() to return the right thing. |
|
►
Sign in to add a comment |
|