Index: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-state.html |
diff --git a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-state.html b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-state.html |
index d7fb3f5ff8a5581f61ff57cf88a940d9cd77c3b3..5f5d7d80515557762ec45aaaefcc8797b2605961 100644 |
--- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-state.html |
+++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-state.html |
@@ -9,7 +9,7 @@ |
<script> |
async_test(function(test) { |
- var pc = new webkitRTCPeerConnection({iceServers: []}, null); |
+ var pc = new RTCPeerConnection(); |
assert_equals(pc.signalingState, 'stable'); |
pc.onsignalingstatechange = test.step_func(() => { |
assert_equals(pc.signalingState, 'closed'); |