| Index: LayoutTests/webaudio/audiobuffersource-channels.html
|
| diff --git a/LayoutTests/webaudio/audiobuffersource-channels.html b/LayoutTests/webaudio/audiobuffersource-channels.html
|
| index 554b7b7b4871e6e101c8a8cbffb949cbad630762..1f7256b19f2211375625e46530907243b8756e1e 100644
|
| --- a/LayoutTests/webaudio/audiobuffersource-channels.html
|
| +++ b/LayoutTests/webaudio/audiobuffersource-channels.html
|
| @@ -30,7 +30,7 @@ function runTest() {
|
|
|
| // Make sure we can't set to something which isn't an AudioBuffer.
|
| shouldThrow("source.buffer = 57", '"TypeError: Failed to set the \'buffer\' property on \'AudioBufferSourceNode\': The provided value is not of type \'AudioBuffer\'."');
|
| - shouldThrow("source.buffer = null", '"TypeError: Failed to set the \'buffer\' property on \'AudioBufferSourceNode\': buffer cannot be null"');
|
| + shouldThrow("source.buffer = null", '"TypeError: Failed to set the \'buffer\' property on \'AudioBufferSourceNode\': The provided value is not of type \'AudioBuffer\'."');
|
|
|
| // Check that mono buffer can be set.
|
| try {
|
|
|