Bug 706740 - Fix leftover PRBool. r=me

This commit is contained in:
Gian-Carlo Pascutto
2011-12-02 11:23:10 +01:00
parent 37a757a746
commit 9bfc7763f9

View File

@@ -786,7 +786,7 @@ nsresult
nsUrlClassifierStore::RandomNumber(PRInt64 *randomNum)
{
mozStorageStatementScoper randScoper(mRandomStatement);
PRBool exists;
bool exists;
nsresult rv = mRandomStatement->ExecuteStep(&exists);
NS_ENSURE_SUCCESS(rv, rv);
if (!exists)