diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-01-07 08:22:36 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-01-07 18:33:22 -0500 |
commit | 2e3b937f4ee13e70584c881e0c65200e439ff7fa (patch) | |
tree | ca4e3f45a92f969f49ee6d4bcfd4243cff370569 /dom/webidl/moz.build | |
parent | c0326517787e12bb5904d8f55386499628806b42 (diff) | |
download | uxp-2e3b937f4ee13e70584c881e0c65200e439ff7fa.tar.gz |
Bug 1322938 - Basic implementation of HTMLDialogElement.
Tag #1343
Diffstat (limited to 'dom/webidl/moz.build')
-rw-r--r-- | dom/webidl/moz.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/webidl/moz.build b/dom/webidl/moz.build index 172895f978..4e3b8f655e 100644 --- a/dom/webidl/moz.build +++ b/dom/webidl/moz.build @@ -184,6 +184,7 @@ WEBIDL_FILES = [ 'HTMLDataElement.webidl', 'HTMLDataListElement.webidl', 'HTMLDetailsElement.webidl', + 'HTMLDialogElement.webidl', 'HTMLDirectoryElement.webidl', 'HTMLDivElement.webidl', 'HTMLDListElement.webidl', |