mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Update the WebIDL parser
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user