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