зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1259172 - Fix assertion in Codegen.py's InitUnforgeablePropertiesOnHolder function. r=bz
This commit is contained in:
Родитель
bbfe3dbc14
Коммит
d274717f72
|
@ -3397,7 +3397,7 @@ def InitUnforgeablePropertiesOnHolder(descriptor, properties, failureCode):
|
|||
assert (properties.unforgeableAttrs.hasNonChromeOnly() or
|
||||
properties.unforgeableAttrs.hasChromeOnly() or
|
||||
properties.unforgeableMethods.hasNonChromeOnly() or
|
||||
properties.unforgeableMethods.hasChromeOnly)
|
||||
properties.unforgeableMethods.hasChromeOnly())
|
||||
|
||||
unforgeables = []
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче