diff --git a/mozilla/extensions/cookie/nsPermissionManager.h b/mozilla/extensions/cookie/nsPermissionManager.h index 8667b34fae7..b7f0fbc9e54 100644 --- a/mozilla/extensions/cookie/nsPermissionManager.h +++ b/mozilla/extensions/cookie/nsPermissionManager.h @@ -60,6 +60,7 @@ class nsIPermission; // permission safely. (We allow space for 256 here, since it's faster to // deal with bytes than with bits). // Note: When changing NUMBER_OF_TYPES, also update PermissionsAreEmpty() +// and the constructors. // This should be a multiple of 4, to make PermissionsAreEmpty() fast #define NUMBER_OF_TYPES (8) #define NUMBER_OF_PERMISSIONS (16)