diff -r 000000000000 -r 6474c204b198 parser/html/nsHtml5NamedCharactersAccel.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/parser/html/nsHtml5NamedCharactersAccel.h Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,24 @@ +/* + * Copyright 2004-2010 Apple Computer, Inc., Mozilla Foundation, and Opera + * Software ASA. + * + * You are granted a license to use, reproduce and create derivative works of + * this document. + */ + +#ifndef nsHtml5NamedCharactersAccel_h +#define nsHtml5NamedCharactersAccel_h + +#include "jArray.h" +#include "nscore.h" +#include "nsDebug.h" +#include "prlog.h" +#include "nsMemory.h" + +class nsHtml5NamedCharactersAccel +{ + public: + static const int32_t* const HILO_ACCEL[]; +}; + +#endif // nsHtml5NamedCharactersAccel_h