DescriptionMake sure Blink WebRTCSessionDescriptionRequest and WebRTCVoidRequest are deleted on the correct thread in RTCPeerConnectionHandler.
Blink objects must always be destroyed on the main render thread. Since the object holding WebRTCSessionDescriptionRequest and WebRTCVoidRequest in rtc_peerconnection_handler.cc are refcounted, the destructor is not ensured to run on the main render thread.
BUG=470047
Committed: https://crrev.com/44acfec4479754f0314e16251af45bb9453e0ba8
Cr-Commit-Position: refs/heads/master@{#321989}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|