Bug 1010872 - Stop preserving Global bindings. r=bz.

--HG--
extra : rebase_source : 23046f48a92cd27dd3c5ee6fc60c93b01067bb03
This commit is contained in:
Peter Van der Beken 2014-05-15 14:16:06 +02:00
Родитель f17bd34eff
Коммит def6ecffa3
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -55,8 +55,7 @@ def isTypeCopyConstructible(type):
def wantsAddProperty(desc):
return (desc.concrete and
desc.wrapperCache and
not (desc.workers and
desc.interface.getExtendedAttribute("Global")))
not desc.interface.getExtendedAttribute("Global"))
# We'll want to insert the indent at the beginnings of lines, but we