зеркало из https://github.com/mozilla/pjs.git
Fix caps of included file name to fix bustage
This commit is contained in:
Родитель
ed92650292
Коммит
5883da3149
|
@ -43,13 +43,13 @@
|
|||
|
||||
#define ARIA_PROPERTY(atom) &nsAccessibilityAtoms::##atom,
|
||||
nsIAtom** nsARIAMap::gAriaAtomPtrsNS[eAria_none] = {
|
||||
#include "nsAriaPropertyList.h"
|
||||
#include "nsARIAPropertyList.h"
|
||||
};
|
||||
#undef ARIA_PROPERTY
|
||||
|
||||
#define ARIA_PROPERTY(atom) &nsAccessibilityAtoms::aria_##atom,
|
||||
nsIAtom** nsARIAMap::gAriaAtomPtrsHyphenated[eAria_none] = {
|
||||
#include "nsAriaPropertyList.h"
|
||||
#include "nsARIAPropertyList.h"
|
||||
};
|
||||
#undef ARIA_PROPERTY
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
#define ARIA_PROPERTY(atom) eAria_##atom,
|
||||
enum EAriaProperty {
|
||||
#include "nsAriaPropertyList.h"
|
||||
#include "nsARIAPropertyList.h"
|
||||
eAria_none };
|
||||
#undef ARIA_PROPERTY
|
||||
|
||||
|
|
|
@ -176,11 +176,11 @@ ACCESSIBILITY_ATOM(role, "role")
|
|||
|
||||
// ARIA properties
|
||||
#define ARIA_PROPERTY(atom) ACCESSIBILITY_ATOM(atom, #atom)
|
||||
#include "nsAriaPropertyList.h"
|
||||
#include "nsARIAPropertyList.h"
|
||||
#undef ARIA_PROPERTY
|
||||
|
||||
#define ARIA_PROPERTY(atom) ACCESSIBILITY_ATOM(aria_##atom, "aria-"#atom)
|
||||
#include "nsAriaPropertyList.h"
|
||||
#include "nsARIAPropertyList.h"
|
||||
#undef ARIA_PROPERTY
|
||||
|
||||
// misc atoms
|
||||
|
|
Загрузка…
Ссылка в новой задаче