Add default constructor for rtc::Event
Bug: webrtc:9962 Change-Id: Icaa91e657e6881fcb1553f354c07866109a0ea68 Reviewed-on: https://webrtc-review.googlesource.com/c/109500 Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25535}
This commit is contained in:
@ -202,7 +202,7 @@ void RtcEventLogImpl::StopLogging() {
|
||||
|
||||
RTC_LOG(LS_INFO) << "Stopping WebRTC event log.";
|
||||
|
||||
rtc::Event output_stopped(true, false);
|
||||
rtc::Event output_stopped;
|
||||
|
||||
// Binding to |this| is safe because |this| outlives the |task_queue_|.
|
||||
task_queue_->PostTask([this, &output_stopped]() {
|
||||
|
||||
Reference in New Issue
Block a user