mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Always pass InRealm to GlobalScope::from_context to avoid getting null global
This commit is contained in:
parent
795dab71ff
commit
403ffcf1eb
16 changed files with 79 additions and 61 deletions
|
@ -57,7 +57,7 @@ DOMInterfaces = {
|
|||
},
|
||||
|
||||
'Window': {
|
||||
'inRealms': ['Fetch'],
|
||||
'inRealms': ['Fetch', 'Opener'],
|
||||
},
|
||||
|
||||
'WorkerGlobalScope': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue