Bug 1296182 - Replace PR_Abort() with MOZ_CRASH("SQLite Version Error"). r=asuth

This commit is contained in:
Akshay CV 2016-08-23 21:36:24 -07:00
parent 05dc5b9ede
commit dbb1f7d62f

View File

@ -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