Index: LayoutTests/fast/mediastream/constructors.html |
=================================================================== |
--- LayoutTests/fast/mediastream/constructors.html (revision 129357) |
+++ LayoutTests/fast/mediastream/constructors.html (working copy) |
@@ -27,7 +27,7 @@ |
shouldNotThrow("new webkitPeerConnection00('STUN foobar.com:12345', function(){});"); |
shouldNotThrow("new SessionDescription('');"); |
shouldNotThrow("new IceCandidate('', '');"); |
-shouldNotThrow("new webkitRTCPeerConnection({iceServers:[{uri:'stun://foobar.com:12345'}]}, null);"); |
+shouldNotThrow("new webkitRTCPeerConnection({iceServers:[{url:'stun://foobar.com:12345'}]}, null);"); |
shouldNotThrow("new RTCSessionDescription({type:'offer',sdp:'foobar'});"); |
shouldNotThrow("new RTCIceCandidate({candidate:'foo'});"); |