Fix caps of included file name to fix bustage

This commit is contained in:
aaronleventhal@moonset.net 2007-09-24 18:35:18 -07:00
Родитель ed92650292
Коммит 5883da3149
3 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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