summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 45bf92a97e..78faeac12e 100644
--- a/dom/webidl/moz.build
+++ b/dom/webidl/moz.build
@@ -647,10 +647,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 += [