Revert of Remove references between RTCPeerConnection and RTCDataChannel....
Revert of Remove references between RTCPeerConnection and RTCDataChannel. (patchset #3 id:40001 of https://codereview.chromium.org/1634073003/ ) Reason for revert: It turns out that the underlying WebRTC DataChannel objects does not maintain a reference to the WebRTC PeerConnection, so we do need to keep the reference in the blink layer. PS2 was the correct patch. Original issue's description: > The underlying WebRTC objects maintain all the needed references. > No references are actually needed in the blink layer. > > BUG=564965 > > Committed: https://crrev.com/0004ce15cdf065966508c61a5265ae8662e363ed > Cr-Commit-Position: refs/heads/master@{#371667} TBR=tommi@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=564965 Review URL: https://codereview.chromium.org/1641113002 Cr-Commit-Position: refs/heads/master@{#372072}
Showing
Please register or sign in to comment