Remove [TreatNullAs=NullString] from attributes on RTCIceCandidate
Current Behaviour: Chrome : RTCIceCandidate.candidate = null => "" RTCIceCandidate.sdpMid = null => "" Firefox : RTCIceCandidate.candidate = null => "null" RTCIceCandidate.sdpMid = null => "null" After the change: Chrome: RTCIceCandidate.candidate = null => "null" RTCIceCandidate.sdpMid = null => "null" This aligns with the behavior on Firefox nightly BUG=497307 Review URL: https://codereview.chromium.org/1431793002 Cr-Commit-Position: refs/heads/master@{#361087}
Showing
Please register or sign in to comment