summaryrefslogtreecommitdiffstats
path: root/dom/webidl/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-06-13 08:24:18 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-06-13 08:24:18 -0400
commitbbd59105da97200947ae62b2dc949a1130a40d75 (patch)
tree7b3ba52faca3704faf53d8248cbe130a32481b21 /dom/webidl/moz.build
parent5e7917e2c8bd50754535652014c1de0054841912 (diff)
downloadUXP-bbd59105da97200947ae62b2dc949a1130a40d75.tar
UXP-bbd59105da97200947ae62b2dc949a1130a40d75.tar.gz
UXP-bbd59105da97200947ae62b2dc949a1130a40d75.tar.lz
UXP-bbd59105da97200947ae62b2dc949a1130a40d75.tar.xz
UXP-bbd59105da97200947ae62b2dc949a1130a40d75.zip
Bug 1430299 - Add DocumentOrShadowRoot interface
Tag #1375
Diffstat (limited to 'dom/webidl/moz.build')
-rw-r--r--dom/webidl/moz.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/webidl/moz.build b/dom/webidl/moz.build
index 8a86da783..acdc392be 100644
--- a/dom/webidl/moz.build
+++ b/dom/webidl/moz.build
@@ -113,6 +113,7 @@ WEBIDL_FILES = [
'Directory.webidl',
'Document.webidl',
'DocumentFragment.webidl',
+ 'DocumentOrShadowRoot.webidl',
'DocumentTimeline.webidl',
'DocumentType.webidl',
'DOMCursor.webidl',