summaryrefslogtreecommitdiffstats
path: root/dom/html/moz.build
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/moz.build
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/moz.build')
-rw-r--r--dom/html/moz.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/html/moz.build b/dom/html/moz.build
index 1ccc630fd..79554df21 100644
--- a/dom/html/moz.build
+++ b/dom/html/moz.build
@@ -95,6 +95,7 @@ EXPORTS.mozilla.dom += [
'HTMLSharedElement.h',
'HTMLSharedListElement.h',
'HTMLSharedObjectElement.h',
+ 'HTMLSlotElement.h',
'HTMLSourceElement.h',
'HTMLSpanElement.h',
'HTMLStyleElement.h',
@@ -174,6 +175,7 @@ UNIFIED_SOURCES += [
'HTMLSharedElement.cpp',
'HTMLSharedListElement.cpp',
'HTMLSharedObjectElement.cpp',
+ 'HTMLSlotElement.cpp',
'HTMLSourceElement.cpp',
'HTMLSpanElement.cpp',
'HTMLStyleElement.cpp',