mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
add CanGc as argument to methods in HTMLInputElement, HTMLLinkElement (#36504)
add CanGc as argument to methods in HTMLInputElement, HTMLLinkElement Testing: These changes do not require tests because they are a refactor. Addresses part of https://github.com/servo/servo/issues/34573. Signed-off-by: Yerkebulan Tulibergenov <yerkebulan@gmail.com>
This commit is contained in:
parent
d5284dfad9
commit
5d84acc06e
4 changed files with 23 additions and 26 deletions
|
@ -375,11 +375,11 @@ DOMInterfaces = {
|
|||
},
|
||||
|
||||
'HTMLInputElement': {
|
||||
'canGc': ['ReportValidity', 'SetValue', 'SetValueAsNumber', 'SetValueAsDate', 'StepUp', 'StepDown', 'CheckValidity', 'ReportValidity', 'SelectFiles'],
|
||||
'canGc': ['ReportValidity', 'SetValue', 'SetValueAsNumber', 'SetValueAsDate', 'StepUp', 'StepDown', 'CheckValidity', 'ReportValidity', 'SelectFiles', 'GetLabels'],
|
||||
},
|
||||
|
||||
'HTMLLinkElement': {
|
||||
'canGc': ['SetRel', 'SetCrossOrigin'],
|
||||
'canGc': ['GetSheet', 'SetRel', 'SetCrossOrigin', 'RelList'],
|
||||
},
|
||||
|
||||
'HTMLMediaElement': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue