diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-17 06:37:28 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-17 06:37:28 -0400 |
commit | 48f602e65b0bcb10e3a8367dbbb70185e2e33125 (patch) | |
tree | 0205109239b4565f2b09efb7a3f52642132a72ab /dom/html/moz.build | |
parent | 846e0fa4f5aca0e75e37c421689d69bc58a2d3f6 (diff) | |
download | UXP-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.build | 2 |
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', |