Bug 1647875 [wpt PR 24320] - [AspectRatio] Add an in-flow test for computing a block...
[gecko.git] / parser / html / nsHtml5NamedCharactersAccel.h
blob8942790d5a41cfc99d9009784f17cd64664f2af5
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"
16 #include "nsMemory.h"
18 class nsHtml5NamedCharactersAccel {
19 public:
20 static const int32_t* const HILO_ACCEL[];
23 #endif // nsHtml5NamedCharactersAccel_h