Chromium Code Reviews| Index: LayoutTests/crypto/resources/common.js |
| diff --git a/LayoutTests/crypto/resources/common.js b/LayoutTests/crypto/resources/common.js |
| index 325281a25898b0cccf5052fd383e353b46fd51d4..2684a39017daaf86b23de8e62f52a36a3413c255 100644 |
| --- a/LayoutTests/crypto/resources/common.js |
| +++ b/LayoutTests/crypto/resources/common.js |
| @@ -60,7 +60,7 @@ function asciiToUint8Array(str) |
| function failAndFinishJSTest(error) |
| { |
| - testFailed(error); |
| + testFailed('' + error); |
| finishJSTest(); |
| } |