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