Rename firefox-*.mac64.dmg to firefox-*.mac.dmg. r=ted, a=benjamin, CLOSED TREE
[gecko.git] / parser / html / nsHtml5NamedCharactersAccel.h
blobcad0671c1116bbd6160390dc35605cc77ba45f24
1 /*
2 * Copyright 2004-2010 Apple Computer, Inc., Mozilla Foundation, and Opera
3 * Software ASA.
4 *
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 "prtypes.h"
13 #include "jArray.h"
14 #include "nscore.h"
15 #include "nsDebug.h"
16 #include "prlog.h"
17 #include "nsMemory.h"
19 class nsHtml5NamedCharactersAccel
21 public:
22 static const PRInt32* const HILO_ACCEL[];
25 #endif // nsHtml5NamedCharactersAccel_h_