mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Move EventTargetTypeId/NodeTypeId to DOMClass
This commit is contained in:
parent
8d7ba12f28
commit
941f7dc04b
24 changed files with 149 additions and 74 deletions
|
@ -223,8 +223,9 @@ class Descriptor(DescriptorProvider):
|
|||
if m.isDeleter():
|
||||
addIndexedOrNamedOperation('Deleter', m)
|
||||
|
||||
iface.setUserData('hasConcreteDescendant', True)
|
||||
iface = iface.parent
|
||||
if iface:
|
||||
iface.setUserData('hasConcreteDescendant', True)
|
||||
|
||||
if self.proxy:
|
||||
iface = self.interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue