Bug 828863 - followup, forgotten typo r=past

This commit is contained in:
Fabrice Desré 2013-01-10 07:57:10 -08:00
parent e9aa0c7b1f
commit 2cfcf77809

View File

@ -131,7 +131,7 @@ WebappsActor.prototype = {
});
} catch(e) {
// If anything goes wrong, just send it back.
self.sendError(e.toString());
self._sendError(e.toString(), aId);
}
}
}