| Index: LayoutTests/fast/mediastream/constructors-expected.txt
|
| diff --git a/LayoutTests/fast/mediastream/constructors-expected.txt b/LayoutTests/fast/mediastream/constructors-expected.txt
|
| index 817cecbe9813bb06fb7802842d0ea481d3759e6a..81cbfc7f9f85d76afbc339fa968de2c027c6a781 100644
|
| --- a/LayoutTests/fast/mediastream/constructors-expected.txt
|
| +++ b/LayoutTests/fast/mediastream/constructors-expected.txt
|
| @@ -6,9 +6,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
| PASS typeof webkitRTCPeerConnection === 'function' is true
|
| PASS typeof RTCSessionDescription === 'function' is true
|
| PASS typeof RTCIceCandidate === 'function' is true
|
| -PASS webkitRTCPeerConnection() threw exception TypeError: DOM object constructor cannot be called as a function..
|
| -PASS RTCSessionDescription() threw exception TypeError: DOM object constructor cannot be called as a function..
|
| -PASS RTCIceCandidate() threw exception TypeError: DOM object constructor cannot be called as a function..
|
| +PASS webkitRTCPeerConnection() threw exception TypeError: Failed to construct 'RTCPeerConnection': Please use the 'new' operator, this DOM object constructor cannot be called as a function..
|
| +PASS RTCSessionDescription() threw exception TypeError: Failed to construct 'RTCSessionDescription': Please use the 'new' operator, this DOM object constructor cannot be called as a function..
|
| +PASS RTCIceCandidate() threw exception TypeError: Failed to construct 'RTCIceCandidate': Please use the 'new' operator, this DOM object constructor cannot be called as a function..
|
| PASS new webkitRTCPeerConnection({iceServers:[{url:'stun://foobar.com:12345'}]}, null); did not throw exception.
|
| PASS new RTCSessionDescription({type:'offer',sdp:'foobar'}); did not throw exception.
|
| PASS new RTCIceCandidate({candidate:'foo'}); did not throw exception.
|
|
|