From b2407c56d249ebd7801f6a6cbccf5acc10eebabb Mon Sep 17 00:00:00 2001 From: Akshay CV Date: Tue, 23 Aug 2016 21:36:24 -0700 Subject: [PATCH] Bug 1296182 - Replace PR_Abort() with MOZ_CRASH("SQLite Version Error"). r=asuth --- storage/mozStorageService.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/storage/mozStorageService.cpp b/storage/mozStorageService.cpp index 160548a158431..d8e15a7061bd6 100644 --- a/storage/mozStorageService.cpp +++ b/storage/mozStorageService.cpp @@ -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