зеркало из https://github.com/mozilla/gecko-dev.git
Followup to changeset d3e90292fd30, discriminated union types: bustage fix when passing an actor
This commit is contained in:
Родитель
334b5bb7d9
Коммит
13eb6f3032
|
@ -210,6 +210,8 @@ class ActorType(IPDLType):
|
|||
def fullname(self):
|
||||
return self.protocol.fullname()
|
||||
|
||||
def isUnionType(self): return False
|
||||
|
||||
class UnionType(IPDLType):
|
||||
def __init__(self, qname, components):
|
||||
self.qname = qname
|
||||
|
|
Загрузка…
Ссылка в новой задаче