| Index: webrtc/api/rtcstats_integrationtest.cc
|
| diff --git a/webrtc/api/rtcstats_integrationtest.cc b/webrtc/api/rtcstats_integrationtest.cc
|
| index a20f5b4aeb76c1178c4514a210ab6c70bbe416df..fa45079d0d63a9281f85c12817e09011d1877f79 100644
|
| --- a/webrtc/api/rtcstats_integrationtest.cc
|
| +++ b/webrtc/api/rtcstats_integrationtest.cc
|
| @@ -469,7 +469,7 @@ class RTCStatsReportVerifier {
|
| VerifyRTCRTPStreamStats(inbound_stream, &verifier);
|
| verifier.TestMemberIsDefined(inbound_stream.packets_received);
|
| verifier.TestMemberIsDefined(inbound_stream.bytes_received);
|
| - verifier.TestMemberIsUndefined(inbound_stream.packets_lost);
|
| + verifier.TestMemberIsDefined(inbound_stream.packets_lost);
|
| if (inbound_stream.media_type.is_defined() &&
|
| *inbound_stream.media_type == "video") {
|
| verifier.TestMemberIsUndefined(inbound_stream.jitter);
|
|
|