Index: third_party/WebKit/LayoutTests/webaudio/MediaStreamAudioDestination/mediastreamaudiodestinationnode.html |
diff --git a/third_party/WebKit/LayoutTests/webaudio/MediaStreamAudioDestination/mediastreamaudiodestinationnode.html b/third_party/WebKit/LayoutTests/webaudio/MediaStreamAudioDestination/mediastreamaudiodestinationnode.html |
index 66d6c82e64c5775c571221ae3cac11ba3305ba09..38e177a783e069963bb553cfdf67333434f980a1 100644 |
--- a/third_party/WebKit/LayoutTests/webaudio/MediaStreamAudioDestination/mediastreamaudiodestinationnode.html |
+++ b/third_party/WebKit/LayoutTests/webaudio/MediaStreamAudioDestination/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) |