| Index: third_party/WebKit/LayoutTests/webaudio/mediastreamaudiodestinationnode.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/mediastreamaudiodestinationnode.html b/third_party/WebKit/LayoutTests/webaudio/mediastreamaudiodestinationnode.html
|
| index f1be1bec01c9b4ed4b0697402949bcfb9c8660b4..dfc78d85057fc4003c880aa3d2e0d02253838180 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/mediastreamaudiodestinationnode.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/mediastreamaudiodestinationnode.html
|
| @@ -33,7 +33,7 @@ function runTest() {
|
| // Check the channel count boundary of 8.
|
| Should('Setting the channel count beyond 8', function () {
|
| mediaStreamDestination.channelCount = 9;
|
| - }).throw('IndexSizeError');
|
| + }).throw('NotSupportedError');
|
|
|
| // Check number of inputs and outputs.
|
| if (mediaStreamDestination.numberOfInputs == 1)
|
|
|