diff --git a/toolkit/components/places/src/nsPlacesDBFlush.js b/toolkit/components/places/src/nsPlacesDBFlush.js index 44d58f896016..33d843df93de 100644 --- a/toolkit/components/places/src/nsPlacesDBFlush.js +++ b/toolkit/components/places/src/nsPlacesDBFlush.js @@ -164,6 +164,12 @@ nsPlacesDBFlush.prototype = { ////////////////////////////////////////////////////////////////////////////// //// mozIStorageStatementCallback + handleError: function DBFlush_handleError(aError) + { + Components.utils.reportError("Async statement execution returned with '" + + aError.result + "', '" + aError.message + "'"); + }, + handleCompletion: function DBFlush_handleCompletion(aReason) { if (aReason == Ci.mozIStorageStatementCallback.REASON_FINISHED) {