mirror of
https://github.com/servo/servo.git
synced 2025-06-08 16:43:28 +00:00
12 lines
625 B
Diff
12 lines
625 B
Diff
--- WebIDL.py
|
|
+++ WebIDL.py
|
|
@@ -1744,7 +1744,8 @@
|
|
identifier == "LegacyUnenumerableNamedProperties" or
|
|
identifier == "RunConstructorInCallerCompartment" or
|
|
identifier == "WantsEventListenerHooks" or
|
|
- identifier == "NonOrdinaryGetPrototypeOf"):
|
|
+ identifier == "NonOrdinaryGetPrototypeOf" or
|
|
+ identifier == "Abstract"):
|
|
# Known extended attributes that do not take values
|
|
if not attr.noArguments():
|
|
raise WebIDLError("[%s] must take no arguments" % identifier,
|