diff options
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 c9879d1e6..c86c169b5 100644 --- a/dom/html/moz.build +++ b/dom/html/moz.build @@ -56,6 +56,7 @@ EXPORTS.mozilla.dom += [ 'HTMLDataElement.h', 'HTMLDataListElement.h', 'HTMLDetailsElement.h', + 'HTMLDialogElement.h', 'HTMLDivElement.h', 'HTMLFieldSetElement.h', 'HTMLFontElement.h', @@ -134,6 +135,7 @@ UNIFIED_SOURCES += [ 'HTMLDataElement.cpp', 'HTMLDataListElement.cpp', 'HTMLDetailsElement.cpp', + 'HTMLDialogElement.cpp', 'HTMLDivElement.cpp', 'HTMLElement.cpp', 'HTMLFieldSetElement.cpp', |