mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 06:52:25 +00:00
3abf2243f2
--HG-- extra : rebase_source : 40c885f07cf1f89f5503e0a25b369e5fdb63f719
18 lines
340 B
C++
18 lines
340 B
C++
#ifndef nsHtml5NamedCharactersAccel_h_
|
|
#define nsHtml5NamedCharactersAccel_h_
|
|
|
|
#include "prtypes.h"
|
|
#include "jArray.h"
|
|
#include "nscore.h"
|
|
#include "nsDebug.h"
|
|
#include "prlog.h"
|
|
#include "nsMemory.h"
|
|
|
|
class nsHtml5NamedCharactersAccel
|
|
{
|
|
public:
|
|
static const PRInt32* const HILO_ACCEL[];
|
|
};
|
|
|
|
#endif // nsHtml5NamedCharactersAccel_h_
|