| Index: third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode.html b/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode.html
|
| index e7339116e4738649f04236a2e807f0e90af75db4..781e0e0689ff8127f487e84e23bf18d34f63ceff 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode.html
|
| @@ -19,8 +19,10 @@ let context = 0;
|
| let context2 = 0;
|
| let context3 = 0;
|
|
|
| -audit.define('test', function(task, should) {
|
| - task.describe('Basic tests for AudioNode API.');
|
| +audit.define({
|
| + label: 'test',
|
| + description: 'Basic tests for AudioNode API.'
|
| +}, function(task, should) {
|
|
|
| context = new AudioContext();
|
| window.audioNode = context.createBufferSource();
|
|
|