repo.or.cz
/
mozilla-central.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Disable mochitest bug484107. (r=mrbkap, b=596134)
[mozilla-central.git]
/
parser
/
html
/
nsHtml5NamedCharactersAccel.h
blob
fcc4fe32107d064fb5a02d523cfb383f95f101c3
1
#ifndef nsHtml5NamedCharactersAccel_h_
2
#define nsHtml5NamedCharactersAccel_h_
3
4
#include
"prtypes.h"
5
#include
"jArray.h"
6
#include
"nscore.h"
7
#include
"nsDebug.h"
8
#include
"prlog.h"
9
#include
"nsMemory.h"
10
11
class
nsHtml5NamedCharactersAccel
12
{
13
public
:
14
static const
PRInt32
*
const
HILO_ACCEL
[];
15
};
16
17
#endif
// nsHtml5NamedCharactersAccel_h_