зеркало из https://github.com/mozilla/gecko-dev.git
Bug 382321 fix compiler warningsr=aaronleventhal
This commit is contained in:
Родитель
fc80057431
Коммит
fd3158c671
|
@ -70,10 +70,10 @@ enum EValueRule
|
|||
};
|
||||
|
||||
// Used for an nsStateMapEntry if a given state attribute supports "true" and "false"
|
||||
static const char *kBoolState = 0;
|
||||
#define kBoolState 0
|
||||
|
||||
// Used in nsRoleMapEntry.state if no nsIAccessibleStates are automatic for a given role
|
||||
static const PRUint32 kNoReqStates = 0;
|
||||
#define kNoReqStates 0
|
||||
|
||||
// For this name and value pair, what is the nsIAccessibleStates mapping.
|
||||
// nsStateMapEntry.state
|
||||
|
|
Загрузка…
Ссылка в новой задаче