| Index: LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt
|
| diff --git a/LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt b/LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt
|
| index 46d5104d881c046aff08a27d9ab3571eb755d1be..98f52712e2e8a075d5c4c49b9abfd9cfc985d5e3 100644
|
| --- a/LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt
|
| +++ b/LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt
|
| @@ -7,7 +7,7 @@ PASS new webkitRTCPeerConnection(null); did not throw exception.
|
| PASS new webkitRTCPeerConnection(null, null); did not throw exception.
|
| PASS new webkitRTCPeerConnection(undefined); did not throw exception.
|
| PASS new webkitRTCPeerConnection(undefined, undefined); did not throw exception.
|
| -PASS new webkitRTCPeerConnection(); threw exception TypeError: Not enough arguments.
|
| +PASS new webkitRTCPeerConnection(); threw exception TypeError: Failed to execute 'Constructor' on 'RTCPeerConnection': 1 argument required, but only 0 present..
|
| PASS new webkitRTCPeerConnection(''); threw exception TypeError: Not an object..
|
| PASS new webkitRTCPeerConnection(null, ''); threw exception TypeError: Not an object..
|
| PASS new webkitRTCPeerConnection({iceServers:[]}, null); did not throw exception.
|
|
|