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.
This commit is contained in:
Gaming4JC 2020-06-11 09:47:03 -04:00 committed by Roy Tam
commit 21f87c85ec

View file

@ -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 += [