mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Bug 1296182 - Replace PR_Abort() with MOZ_CRASH("SQLite Version Error"). r=asuth
This commit is contained in:
parent
05dc5b9ede
commit
dbb1f7d62f
@ -9,7 +9,6 @@
|
||||
|
||||
#include "mozStorageService.h"
|
||||
#include "mozStorageConnection.h"
|
||||
#include "prinit.h"
|
||||
#include "nsAutoPtr.h"
|
||||
#include "nsCollationCID.h"
|
||||
#include "nsEmbedCID.h"
|
||||
@ -228,7 +227,7 @@ Service::getSingleton()
|
||||
"run.");
|
||||
(void)ps->Alert(nullptr, title.get(), message.get());
|
||||
}
|
||||
::PR_Abort();
|
||||
MOZ_CRASH("SQLite Version Error");
|
||||
}
|
||||
|
||||
// The first reference to the storage service must be obtained on the
|
||||
|
Loading…
x
Reference in New Issue
Block a user