Backed out changeset bcbab342eed8 (bug 1889658) for causing wpt reftest failures...
[gecko.git] / parser / html / nsHtml5NamedCharactersAccel.h
blobde21f67c4532ee2274f9d1b7b328c85c7937ab4e
1 /*
2 * Copyright 2004-2010 Apple Computer, Inc., Mozilla Foundation, and Opera
3 * Software ASA.
5 * You are granted a license to use, reproduce and create derivative works of
6 * this document.
7 */
9 #ifndef nsHtml5NamedCharactersAccel_h
10 #define nsHtml5NamedCharactersAccel_h
12 #include "jArray.h"
13 #include "nscore.h"
14 #include "nsDebug.h"
15 #include "mozilla/Logging.h"
17 class nsHtml5NamedCharactersAccel {
18 public:
19 static const int32_t* const HILO_ACCEL[];
22 #endif // nsHtml5NamedCharactersAccel_h