Bug 1271549 - Remove details and summary preference.

Tag UXP Issue #1344
This commit is contained in:
Gaming4JC 2020-01-07 20:27:27 -05:00 committed by Roy Tam
commit a2e1955dc6
20 changed files with 21 additions and 121 deletions

View file

@ -23,8 +23,6 @@ class HTMLDetailsElement final : public nsGenericHTMLElement
public:
using NodeInfo = mozilla::dom::NodeInfo;
static bool IsDetailsEnabled();
explicit HTMLDetailsElement(already_AddRefed<NodeInfo>& aNodeInfo)
: nsGenericHTMLElement(aNodeInfo)
{