mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
CanGc fixes in components/script/dom (#33843)
Signed-off-by: taniishkaaa <tanishkasingh2004@gmail.com>
This commit is contained in:
parent
1e39787573
commit
46d6c0c883
9 changed files with 21 additions and 24 deletions
|
@ -246,7 +246,7 @@ DOMInterfaces = {
|
|||
},
|
||||
|
||||
'XMLHttpRequest': {
|
||||
'canGc': ['GetResponseXML', 'Response'],
|
||||
'canGc': ['Abort', 'GetResponseXML', 'Response'],
|
||||
},
|
||||
|
||||
'XRSession': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue