Comment 18 for bug 585061

Revision history for this message
In , Bzbarsky (bzbarsky) wrote :

> why is mConnection NULL?

Probably because nsUrlClassifierDBServiceWorker::OpenDb failed?

> why are these methods being called when mConnection is NULL?

This is a good question. BeginUpdate propagates the error out, but is someone eating it later on or something? nsUrlClassifierStreamUpdater::DownloadUpdates seems to check the return value...