mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update the WebIDL parser
This commit is contained in:
parent
70a0174b0a
commit
2b574bbdf8
6 changed files with 284 additions and 108 deletions
|
@ -1,9 +1,9 @@
|
|||
--- WebIDL.py
|
||||
+++ WebIDL.py
|
||||
@@ -1744,7 +1744,8 @@
|
||||
identifier == "ProbablyShortLivingWrapper" or
|
||||
identifier == "LegacyUnenumerableNamedProperties" or
|
||||
identifier == "RunConstructorInCallerCompartment" or
|
||||
identifier == "WantsEventListenerHooks" or
|
||||
- identifier == "NonOrdinaryGetPrototypeOf"):
|
||||
+ identifier == "NonOrdinaryGetPrototypeOf" or
|
||||
+ identifier == "Abstract"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue