| Index: LayoutTests/fast/mediastream/RTCIceCandidate-expected.txt
|
| diff --git a/LayoutTests/fast/mediastream/RTCIceCandidate-expected.txt b/LayoutTests/fast/mediastream/RTCIceCandidate-expected.txt
|
| index 3a47383cc6ca28f940df358c0bc0ec3199b6b19d..d078f791183525ffa3a647cecef6534eb390e377 100644
|
| --- a/LayoutTests/fast/mediastream/RTCIceCandidate-expected.txt
|
| +++ b/LayoutTests/fast/mediastream/RTCIceCandidate-expected.txt
|
| @@ -7,7 +7,7 @@ PASS candidate = new RTCIceCandidate(initializer); did not throw exception.
|
| PASS candidate.candidate is "foo"
|
| PASS candidate.sdpMid is "bar"
|
| PASS candidate.sdpMLineIndex is 6
|
| -PASS initializer = JSON.parse(stringifyDOMObject(candidate)); did not throw exception.
|
| +PASS initializer = JSON.parse(JSON.stringify(candidate)); did not throw exception.
|
| PASS candidate = new RTCIceCandidate(initializer); did not throw exception.
|
| PASS candidate.candidate is "foo"
|
| PASS candidate.sdpMid is "bar"
|
|
|