Always pass InRealm to GlobalScope::from_context to avoid getting null global

This commit is contained in:
CYBAI 2020-01-24 12:43:49 +09:00
parent 795dab71ff
commit 403ffcf1eb
16 changed files with 79 additions and 61 deletions

View file

@ -57,7 +57,7 @@ DOMInterfaces = {
},
'Window': {
'inRealms': ['Fetch'],
'inRealms': ['Fetch', 'Opener'],
},
'WorkerGlobalScope': {