summaryrefslogtreecommitdiffstats
path: root/dom/html/nsGenericHTMLElement.h
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-17 06:37:28 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-17 06:37:28 -0400
commit48f602e65b0bcb10e3a8367dbbb70185e2e33125 (patch)
tree0205109239b4565f2b09efb7a3f52642132a72ab /dom/html/nsGenericHTMLElement.h
parent846e0fa4f5aca0e75e37c421689d69bc58a2d3f6 (diff)
downloadUXP-48f602e65b0bcb10e3a8367dbbb70185e2e33125.tar
UXP-48f602e65b0bcb10e3a8367dbbb70185e2e33125.tar.gz
UXP-48f602e65b0bcb10e3a8367dbbb70185e2e33125.tar.lz
UXP-48f602e65b0bcb10e3a8367dbbb70185e2e33125.tar.xz
UXP-48f602e65b0bcb10e3a8367dbbb70185e2e33125.zip
Bug 1402941 - Add HTMLSlotElement
Tag #1375
Diffstat (limited to 'dom/html/nsGenericHTMLElement.h')
-rw-r--r--dom/html/nsGenericHTMLElement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/html/nsGenericHTMLElement.h b/dom/html/nsGenericHTMLElement.h
index 3b451b29c..1b0977fa2 100644
--- a/dom/html/nsGenericHTMLElement.h
+++ b/dom/html/nsGenericHTMLElement.h
@@ -1700,6 +1700,7 @@ NS_DECLARE_NS_NEW_HTML_ELEMENT(Pre)
NS_DECLARE_NS_NEW_HTML_ELEMENT(Progress)
NS_DECLARE_NS_NEW_HTML_ELEMENT(Script)
NS_DECLARE_NS_NEW_HTML_ELEMENT(Select)
+NS_DECLARE_NS_NEW_HTML_ELEMENT(Slot)
NS_DECLARE_NS_NEW_HTML_ELEMENT(Source)
NS_DECLARE_NS_NEW_HTML_ELEMENT(Span)
NS_DECLARE_NS_NEW_HTML_ELEMENT(Style)