diff --git a/mozilla/xpcom/base/nsError.h b/mozilla/xpcom/base/nsError.h index 1c22f321b1b..2289bd180a7 100644 --- a/mozilla/xpcom/base/nsError.h +++ b/mozilla/xpcom/base/nsError.h @@ -64,6 +64,7 @@ typedef PRUint32 nsresult; #define NS_ERROR_MODULE_RDF 10 #define NS_ERROR_MODULE_UCONV 11 #define NS_ERROR_MODULE_REG 12 +#define NS_ERROR_MODULE_FILES 13 #define NS_ERROR_MODULE_MAILNEWS 16 diff --git a/mozilla/xpcom/public/nsError.h b/mozilla/xpcom/public/nsError.h index 1c22f321b1b..2289bd180a7 100644 --- a/mozilla/xpcom/public/nsError.h +++ b/mozilla/xpcom/public/nsError.h @@ -64,6 +64,7 @@ typedef PRUint32 nsresult; #define NS_ERROR_MODULE_RDF 10 #define NS_ERROR_MODULE_UCONV 11 #define NS_ERROR_MODULE_REG 12 +#define NS_ERROR_MODULE_FILES 13 #define NS_ERROR_MODULE_MAILNEWS 16