Chromium Code Reviews| Index: LayoutTests/storage/indexeddb/resources/shared.js |
| diff --git a/LayoutTests/storage/indexeddb/resources/shared.js b/LayoutTests/storage/indexeddb/resources/shared.js |
| index 6d1d6156363abcc49c7dc549f3e3ac426e62a454..b53e9e39c5746b58da2c653afac44870f4555469 100644 |
| --- a/LayoutTests/storage/indexeddb/resources/shared.js |
| +++ b/LayoutTests/storage/indexeddb/resources/shared.js |
| @@ -97,6 +97,8 @@ function evalAndExpectException(cmd, exceptionCode, exceptionName, _quiet) |
| ename = e.name; |
| shouldBe("ename", exceptionName, _quiet); |
| } |
| + if (!_quiet) |
| + debug("Exception message: " + e.message); |
|
jsbell
2013/07/12 18:45:31
This is the test helper change.
|
| } |
| } |