| Index: LayoutTests/fast/mediastream/RTCSessionDescription-expected.txt
|
| diff --git a/LayoutTests/fast/mediastream/RTCSessionDescription-expected.txt b/LayoutTests/fast/mediastream/RTCSessionDescription-expected.txt
|
| index 08fec02835d5c704a64b6d565199575c97c09a35..ac87b11f024595330264c95045ff2b66ae6ab11f 100644
|
| --- a/LayoutTests/fast/mediastream/RTCSessionDescription-expected.txt
|
| +++ b/LayoutTests/fast/mediastream/RTCSessionDescription-expected.txt
|
| @@ -6,7 +6,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
| PASS sessionDescription = new RTCSessionDescription(initializer); did not throw exception.
|
| PASS sessionDescription.type is "offer"
|
| PASS sessionDescription.sdp is "foobar"
|
| -PASS initializer = JSON.parse(stringifyDOMObject(sessionDescription)); did not throw exception.
|
| +PASS initializer = JSON.parse(JSON.stringify(sessionDescription)); did not throw exception.
|
| PASS sessionDescription = new RTCSessionDescription(initializer); did not throw exception.
|
| PASS sessionDescription.type is "offer"
|
| PASS sessionDescription.sdp is "foobar"
|
|
|