diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-06-07 19:02:29 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-06-07 19:02:29 -0400 |
commit | 32c3efa3c2231d17c58a3733fb13804efe2142d7 (patch) | |
tree | 7d2de36ba98176efb08ae270abb3ac1da3861087 /parser | |
parent | fdb918dea124a6efaf0c86f6d5c2ab1b83013e40 (diff) | |
download | uxp-32c3efa3c2231d17c58a3733fb13804efe2142d7.tar.gz |
Issue #1525 - Kill marquee element; Debug Follow Up
The marquee element was still specified in debug code, causing build to fail without it's removal.
Diffstat (limited to 'parser')
-rw-r--r-- | parser/htmlparser/nsElementTable.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/parser/htmlparser/nsElementTable.cpp b/parser/htmlparser/nsElementTable.cpp index a04282bf14..f2a5283a79 100644 --- a/parser/htmlparser/nsElementTable.cpp +++ b/parser/htmlparser/nsElementTable.cpp @@ -110,7 +110,6 @@ static const HTMLElement gHTMLElements[] = { ELEM(main, true, true) ELEM(map, ____, true) ELEM(mark, ____, true) - ELEM(marquee, ____, true) ELEM(menu, true, true) ELEM(menuitem, ____, true) ELEM(meta, ____, ____) |