Bug 792180 - Replace NS_{UN,}LIKELY with MOZ_{UN,}LIKELY; r=ehsan
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "nsIRandomGenerator.h"
|
||||
#endif
|
||||
#include "mozilla/Telemetry.h"
|
||||
#include "mozilla/Likely.h"
|
||||
|
||||
using namespace mozilla::storage;
|
||||
|
||||
@@ -151,7 +152,7 @@ namespace {
|
||||
}
|
||||
|
||||
// If something went wrong above, get out of here!
|
||||
if (NS_UNLIKELY(error)) {
|
||||
if (MOZ_UNLIKELY(error)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user