mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Update the WebIDL parser
This commit is contained in:
parent
866a523914
commit
938f1362e7
12 changed files with 104 additions and 244 deletions
|
@ -279,8 +279,6 @@ class Descriptor(DescriptorProvider):
|
|||
addIndexedOrNamedOperation('Getter', m)
|
||||
if m.isSetter():
|
||||
addIndexedOrNamedOperation('Setter', m)
|
||||
if m.isCreator():
|
||||
addIndexedOrNamedOperation('Creator', m)
|
||||
if m.isDeleter():
|
||||
addIndexedOrNamedOperation('Deleter', m)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue