зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bug 850847 (Fix dictionary in generated example for workers). r=bz.
--HG-- extra : rebase_source : 75117320f23b5af82eb0ee7648c3e0dd876fe19e
This commit is contained in:
Родитель
c11e80ec94
Коммит
9843ac8fc6
|
@ -7605,7 +7605,9 @@ class CGNativeMember(ClassMethod):
|
|||
return (declType % "JSObject"), False, False
|
||||
|
||||
if type.isDictionary():
|
||||
return type.inner.identifier.name, True, True
|
||||
typeName = CGDictionary.makeDictionaryName(type.inner,
|
||||
self.descriptor.workers)
|
||||
return typeName, True, True
|
||||
|
||||
assert type.isPrimitive()
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче