Issue #1322 - Part 3: Remove DOM promise interface gunk

Based on work by Boris Zbarsky
This commit is contained in:
wolfbeast 2019-12-19 03:05:45 +01:00 • committed by Roy Tam
commit 15672c6231
13 changed files with 287 additions and 314 deletions

View file

@ -694,10 +694,6 @@ DOMInterfaces = {
'headerFile': 'nsGeolocation.h'
},
'Promise': {
'implicitJSContext': [ 'then', 'catch' ],
},
'PromiseDebugging': {
'concrete': False,
},