mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
Pass &JS<Window> to some constructors.
This commit is contained in:
parent
b6138580d3
commit
6291aac170
11 changed files with 29 additions and 24 deletions
|
@ -85,6 +85,11 @@ DOMInterfaces = {
|
|||
'ValidityState': {},
|
||||
'Window': {
|
||||
'createGlobal': True,
|
||||
'needsAbstract': [
|
||||
'console',
|
||||
'location',
|
||||
'navigator',
|
||||
],
|
||||
},
|
||||
|
||||
'WindowProxy': {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue