Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle null urls in PeerConnectionTrackerHost
As shown by crbug.com/1274640, the provided URL for the document hosting a PeerConnection can be null. Situations like a page with an opaque origin could potentially lead to this. As the result is only used for the WebRtcInternals debugging page, just handling it gracefully as an empty string will be fine. Bug: 1274640 Change-Id: I584c9f7aec9884d823504a6f5639387585538751 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3310607 Commit-Queue: Tony Herre <toprice@chromium.org> Reviewed-by: Alex Gough <ajgo@chromium.org> Reviewed-by: Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/main@{#947594}
- Loading branch information