mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update the WebIDL parser
This commit is contained in:
parent
aa8c835d3b
commit
c9af465ae8
7 changed files with 244 additions and 56 deletions
|
@ -1,11 +1,11 @@
|
|||
--- WebIDL.py
|
||||
+++ WebIDL.py
|
||||
@@ -1416,7 +1416,8 @@
|
||||
identifier == "Unforgeable" or
|
||||
identifier == "UnsafeInPrerendering" or
|
||||
identifier == "LegacyEventInit" or
|
||||
- identifier == "ProbablyShortLivingObject"):
|
||||
+ identifier == "ProbablyShortLivingObject" or
|
||||
identifier == "ProbablyShortLivingObject" or
|
||||
identifier == "LegacyUnenumerableNamedProperties" or
|
||||
- identifier == "NonOrdinaryGetPrototypeOf"):
|
||||
+ identifier == "NonOrdinaryGetPrototypeOf" or
|
||||
+ identifier == "Abstract"):
|
||||
# Known extended attributes that do not take values
|
||||
if not attr.noArguments():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue