| Index: third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-connect-method-chaining.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-connect-method-chaining.html b/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-connect-method-chaining.html
|
| index 5b27e3044381168408bac1c3527286b0c8346850..b555bfd952fdf85c2f943b4727ca6e8e1837b64b 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-connect-method-chaining.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-connect-method-chaining.html
|
| @@ -125,7 +125,7 @@
|
| // first connection succeeds but the second one should throw.
|
| Should('Connecting to a node from the different context', function () {
|
| gain1.connect(gain2).connect(contextB.destination);
|
| - }).throw('SyntaxError');
|
| + }).throw('InvalidAccessError');
|
|
|
| done();
|
| });
|
|
|