From 5629e34f80a49730efb92879cd4d43b6941088bd Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Thu, 11 Jun 2020 09:47:03 -0400 Subject: 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(-) (limited to 'dom') diff --git a/dom/webidl/moz.build b/dom/webidl/moz.build index 45bf92a97..78faeac12 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 += [ -- cgit v1.2.3