| Index: third_party/WebKit/LayoutTests/webaudio/resources/audit.js
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/resources/audit.js b/third_party/WebKit/LayoutTests/webaudio/resources/audit.js
|
| index 49536a67fe350ca04e78f8b9a7041f32217d8eb4..6bfaa9e64d60b93d19dcf3871f1805b7bde4eae3 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/resources/audit.js
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/resources/audit.js
|
| @@ -656,7 +656,7 @@ window.Audit = (function () {
|
| + '\t' + this._actual[index].toExponential(16)
|
| + '\t' + this._expected[index].toExponential(16);
|
| if (++counter >= this._options.numberOfErrors) {
|
| - failDetail += '\n\t...and ' + (numberOfErrors - counter)
|
| + failDetail += '\n\t...and ' + (errorIndices.length - counter)
|
| + ' more errors.';
|
| break;
|
| }
|
|
|