| Index: third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription-promise.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription-promise.html b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription-promise.html
|
| index f526dd84752faba689a4e37db01fb3a047aaab4e..31e12bcf6327a46f62ab838791b90d2cfbd2cc65 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription-promise.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription-promise.html
|
| @@ -52,7 +52,7 @@ function expectedTypeError(error)
|
| function expectedInvalidSessionDescription(error)
|
| {
|
| window.error = error;
|
| - shouldBe('error.name', '"InvalidAccessError"')
|
| + shouldBe('error.name', '"OperationError"')
|
| testPassed('expectedInvalidSessionDescription was called.')
|
| }
|
|
|
|
|