/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script_bindings/third_party/WebIDL/0005-inline.patch
14 строк
482 B
Sam
Update WebIDL.py (#45104)
27 май 2026, 06:03
Не верифицирован
27 май 2026, 06:03
b7d8e87
Код
Авторство
О чём код?
diff --git a/WebIDL.py b/WebIDL.py index d60c817dafe..be32abc754e 100644 --- a/WebIDL.py +++ b/WebIDL.py @@ -2152,6 +2152,7 @@ class IDLInterface(IDLInterfaceOrNamespace): or identifier == "WantsEventListenerHooks" or identifier == "Serializable" or identifier == "Abstract" + or identifier == "Inline" ): # Known extended attributes that do not take values if not attr.noArguments(): -- 2.51.0