mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1016724 - Make sure the word "gathering" appears in the timecard stamp for complete. r=jesup
This commit is contained in:
parent
7beab34302
commit
caa58710f6
@ -2109,7 +2109,7 @@ PeerConnectionImpl::IceGatheringStateChange_m(PCImplIceGatheringState aState)
|
||||
STAMP_TIMECARD(mTimeCard, "Ice gathering state: gathering");
|
||||
break;
|
||||
case PCImplIceGatheringState::Complete:
|
||||
STAMP_TIMECARD(mTimeCard, "Ice state: complete");
|
||||
STAMP_TIMECARD(mTimeCard, "Ice gathering state: complete");
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user