diff options
author | Moonchild <moonchild@palemoon.org> | 2020-06-08 02:28:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 02:28:00 +0200 |
commit | e0dc5f309162862ce2635d2fa986c4640e80f50c (patch) | |
tree | 7d2de36ba98176efb08ae270abb3ac1da3861087 | |
parent | fdb918dea124a6efaf0c86f6d5c2ab1b83013e40 (diff) | |
parent | 32c3efa3c2231d17c58a3733fb13804efe2142d7 (diff) | |
download | uxp-e0dc5f309162862ce2635d2fa986c4640e80f50c.tar.gz |
Merge pull request #1582 from g4jc/marqp
Kill marquee element; Debug Follow Up
-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, ____, ____) |