mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Always pass InRealm to GlobalScope::from_context to avoid getting null global
This commit is contained in:
@@ -57,7 +57,7 @@ DOMInterfaces = {
|
||||
},
|
||||
|
||||
'Window': {
|
||||
'inRealms': ['Fetch'],
|
||||
'inRealms': ['Fetch', 'Opener'],
|
||||
},
|
||||
|
||||
'WorkerGlobalScope': {
|
||||
|
||||
Reference in New Issue
Block a user