michael@0: /* michael@0: * Copyright 2004-2010 Apple Computer, Inc., Mozilla Foundation, and Opera michael@0: * Software ASA. michael@0: * michael@0: * You are granted a license to use, reproduce and create derivative works of michael@0: * this document. michael@0: */ michael@0: michael@0: #ifndef nsHtml5NamedCharactersAccel_h michael@0: #define nsHtml5NamedCharactersAccel_h michael@0: michael@0: #include "jArray.h" michael@0: #include "nscore.h" michael@0: #include "nsDebug.h" michael@0: #include "prlog.h" michael@0: #include "nsMemory.h" michael@0: michael@0: class nsHtml5NamedCharactersAccel michael@0: { michael@0: public: michael@0: static const int32_t* const HILO_ACCEL[]; michael@0: }; michael@0: michael@0: #endif // nsHtml5NamedCharactersAccel_h