summaryrefslogtreecommitdiff
path: root/parser/htmlparser
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-06-07 19:02:29 -0400
committerGaming4JC <g4jc@hyperbola.info>2020-06-07 19:02:29 -0400
commitfd358f2f1c52dc847e060b7757c27135c84ff25b (patch)
tree7d2de36ba98176efb08ae270abb3ac1da3861087 /parser/htmlparser
parentb57ea9382505dfc506a6fb76333d2ae5dfb473ee (diff)
downloaduxp-fd358f2f1c52dc847e060b7757c27135c84ff25b.tar.gz
Issue mcp-graveyard/UXP#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/htmlparser')
-rw-r--r--parser/htmlparser/nsElementTable.cpp1
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, ____, ____)