refactor: add CanGc as argument to CountQueuingStrategy::GetSize (#35595)

Signed-off-by: Yerkebulan Tulibergenov <yerkebulan@gmail.com>
This commit is contained in:
Yerkebulan Tulibergenov 2025-02-21 22:16:50 -08:00 committed by GitHub
parent a741c48dc2
commit d72c9f3501
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -82,6 +82,10 @@ DOMInterfaces = {
'canGc': ['Before', 'After', 'ReplaceWith']
},
'CountQueuingStrategy': {
'canGc': ['GetSize'],
},
'CSSStyleDeclaration': {
'canGc': ['RemoveProperty', 'SetCssText', 'GetPropertyValue', 'SetProperty', 'CssFloat', 'SetCssFloat']
},