Index: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html |
diff --git a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html |
index 9e08154d75b27c2e3dc6d92df542945b39450df8..934839020d6996be6d9f682de355e51311e85619 100644 |
--- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html |
+++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html |
@@ -53,7 +53,7 @@ function addIceCandidateSuccess4() |
function unexpectedCallback() |
{ |
- calledCallbacks.push('unexpected'); |
+ assert_unreached('Unexpected callback'); |
} |
function expectedTypeError(error) |