• tanay.c's avatar
    Remove [TreatNullAs=NullString] from attributes on RTCIceCandidate · 11459efc
    tanay.c authored
    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}
    11459efc
RTCIceCandidate.idl 1.82 KB