Bug 1034977 - Fixing 'Debugging' typo in Sqlite.jsm. r=yoric

This commit is contained in:
David Rajchenbach-Teller 2014-07-07 09:06:00 +02:00
parent aeff92ee61
commit 6e0bdbf981

View File

@ -42,7 +42,7 @@ let connectionCounters = new Map();
*/
let isClosed = false;
this.Debugging = {
let Debugging = {
// Tests should fail if a connection auto closes. The exception is
// when finalization itself is tested, in which case this flag
// should be set to false.