| Index: third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription-promise.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription-promise.html b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription-promise.html
|
| index 16a4405592e05c083b1617ea01dec027437ac5f2..1eb3c289f85a26af5f5d841d3e82f515bbc738d9 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription-promise.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription-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.')
|
| }
|
|
|
|
|