From 21f87c85ec3dbca99d51d6ee85889d1243cd9307 Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Thu, 11 Jun 2020 09:47:03 -0400 Subject: [PATCH] Issue #439 - Debug follow up to remove no longer existing headers Although the headers were removed, they are still referenced in WebIDL causing compiler to fail for debug builds. This removes TestFunctions.webidl and TestInterfaceJSMaplikeSetlikeIterable.webidl, with nit fix for existing incorrect whitespace. --- dom/webidl/moz.build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dom/webidl/moz.build b/dom/webidl/moz.build index 5261a3f7a5..7b8e7f0052 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 += [