summaryrefslogtreecommitdiffstats
path: root/dom
diff options
context:
space:
mode:
Diffstat (limited to 'dom')
-rw-r--r--dom/webidl/moz.build8
1 files changed, 4 insertions, 4 deletions
diff --git a/dom/webidl/moz.build b/dom/webidl/moz.build
index b2dcf8d8d..8a86da783 100644
--- a/dom/webidl/moz.build
+++ b/dom/webidl/moz.build
@@ -650,10 +650,10 @@ WEBIDL_FILES += [
# We only expose our prefable test interfaces in debug builds, just to be on
# the safe side.
if CONFIG['MOZ_DEBUG']:
- WEBIDL_FILES += ['TestFunctions.webidl',
- 'TestInterfaceJS.webidl',
- 'TestInterfaceJSDictionaries.webidl',
- 'TestInterfaceJSMaplikeSetlikeIterable.webidl']
+ WEBIDL_FILES += [
+ 'TestInterfaceJS.webidl',
+ 'TestInterfaceJSDictionaries.webidl',
+ ]
if CONFIG['MOZ_SECUREELEMENT']:
WEBIDL_FILES += [