diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-01-18 17:17:17 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-01-26 15:50:37 -0500 |
commit | 76a4af34064296177e11a0d3887a5763a6c3a572 (patch) | |
tree | 5dbda446420569acd00e120e34db8e4320ee4336 /parser/html/nsHtml5Portability.h | |
parent | 5d4200f56df55774dcc94df431cc67fe65b674ed (diff) | |
download | UXP-76a4af34064296177e11a0d3887a5763a6c3a572.tar UXP-76a4af34064296177e11a0d3887a5763a6c3a572.tar.gz UXP-76a4af34064296177e11a0d3887a5763a6c3a572.tar.lz UXP-76a4af34064296177e11a0d3887a5763a6c3a572.tar.xz UXP-76a4af34064296177e11a0d3887a5763a6c3a572.zip |
Bug 1358037 - Inline the methods of nsHtml5ElementName and nsHtml5AttributeName.
HTML Regen.
Tag UXP Issue #1344
Diffstat (limited to 'parser/html/nsHtml5Portability.h')
-rw-r--r-- | parser/html/nsHtml5Portability.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/parser/html/nsHtml5Portability.h b/parser/html/nsHtml5Portability.h index 8e384258b..77fa5c92e 100644 --- a/parser/html/nsHtml5Portability.h +++ b/parser/html/nsHtml5Portability.h @@ -47,11 +47,11 @@ class nsHtml5StreamParser; +class nsHtml5AttributeName; +class nsHtml5ElementName; class nsHtml5Tokenizer; class nsHtml5TreeBuilder; class nsHtml5MetaScanner; -class nsHtml5AttributeName; -class nsHtml5ElementName; class nsHtml5UTF16Buffer; class nsHtml5StateSnapshot; @@ -76,7 +76,5 @@ class nsHtml5Portability static void releaseStatics(); }; - - #endif |